Shades of Olivine #91C468
Tints of Olivine #91C468
RGB
CMYK
RGB Variations
Color information
#91C468 (or 0x91C468) is known color: 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
| RGB | 145 | 196 | 104 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.23 |
| HSL | 93.26º | 0.44% | 0.59% | - |
| HSV(B) | 93.26º | 0.47% | 0.77% | - |
| XYZ | 33.92 | 46.5 | 20.28 | - |
| YUV | 170.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 104 | 0.26 | 0 | 0.47 | 0.23 | 93.26 | 0.44 | 0.59 |
| Hex | 91 | C4 | 68 | 1A | 0 | 2F | 17 | 5D | 2C | 3B |
| Octal | 221 | 304 | 150 | 32 | 0 | 57 | 27 | 135 | 54 | 73 |
| Binary | 10010001 | 11000100 | 1101000 | 11010 | 0 | 101111 | 10111 | 1011101 | 101100 | 111011 |
Color Harmonies of #91C468
Complementary color
Monochromatic Colors of #91C468
Black with #91C468
Text Example
Text Example
White with #91C468
Text Example
Text Example
HTML Codes & Css Web 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>