#91c468

Color #91C468 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #91C468

Tints of Olivine #91C468

Color information

#91C468 (or 0x91C468) is unknown color: approx Olivine. HEX triplet: 91, C4 and 68. RGB value is (145,196,104). Sum of RGB (Red+Green+Blue) = 145+196+104=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #91C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C468 is #6E3B97. Grayscale: #AAAAAA. Windows color (decimal): -7224216 or 6866065. OLE color: 6866065.

HSL color Cylindrical-coordinate representation of color #91C468: hue angle of 93.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91C468 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB145196104-
CMYK0.2600.470.23
HSL93.26º43.81%58.82%-
HSV(B)93.26º46.94%76.86%-
XYZ33.9246.520.28-
YUV170.2690.6109.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 196 (76.95% from 255) = 44.04%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=32.58%
G=44.04%
B=23.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451961040.2600.470.2393.2643.8158.82
Hex91C4681A02F175d2c3b
Octal22130415032057271355473
Binary10010001110001001101000110100101111101111011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91c468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91c468; }

 p { color: rgb(145,196,104); }

 H1.HeaderClassName
 {
   color: #91c468;
 }
 .AnyTagClassName
 {
   color: #91c468;
 }
</style>
background-color css

<style>
 a { background-color: #91c468; }

 a { background-color: rgb(145,196,104); }

 div.DivClassName
 {
   background-color: #91c468;
 }
 .BgClassName
 {
   background-color: #91c468;
 }
</style>
border-color css

<style>
 span { border-color: #91c468; }

 span { border-color: rgb(145,196,104); }

 td.TdClassName
 {
   border-color: #91c468;
 }
 .TagClassName
 {
   border-color: #91c468;
 }
</style>