Shades of Olivine #91C469
Tints of Olivine #91C469
RGB
CMYK
RGB Variations
Color information
#91C469 (or 0x91C469) is known color: Olivine. HEX triplet: 91, C4 and 69. RGB value is (145,196,105). Sum of RGB (Red+Green+Blue) = 145+196+105=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #91C469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C469 is #6E3B96. Grayscale: #AAAAAA. Windows color (decimal): -7224215 or 6931601. OLE color: 6931601.
HSL color Cylindrical-coordinate representation of color #91C469: hue angle of 93.63º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91C469 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 105 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.23 |
| HSL | 93.63º | 0.44% | 0.59% | - |
| HSV(B) | 93.63º | 0.46% | 0.77% | - |
| XYZ | 33.97 | 46.52 | 20.55 | - |
| YUV | 170.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 105 | 0.26 | 0 | 0.46 | 0.23 | 93.63 | 0.44 | 0.59 |
| Hex | 91 | C4 | 69 | 1A | 0 | 2E | 17 | 5E | 2C | 3B |
| Octal | 221 | 304 | 151 | 32 | 0 | 56 | 27 | 136 | 54 | 73 |
| Binary | 10010001 | 11000100 | 1101001 | 11010 | 0 | 101110 | 10111 | 1011110 | 101100 | 111011 |
Color Harmonies of #91C469
Complementary color
Monochromatic Colors of #91C469
Black with #91C469
Text Example
Text Example
White with #91C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C469; }
p { color: rgb(145,196,105); }
H1.HeaderClassName
{
color: #91C469;
}
.AnyTagClassName
{
color: #91C469;
}
</style>
background-color css
<style>
a { background-color: #91C469; }
a { background-color: rgb(145,196,105); }
div.DivClassName
{
background-color: #91C469;
}
.BgClassName
{
background-color: #91C469;
}
</style>
border-color css
<style>
span { border-color: #91C469; }
span { border-color: rgb(145,196,105); }
td.TdClassName
{
border-color: #91C469;
}
.TagClassName
{
border-color: #91C469;
}
</style>