Shades of Olivine #92AB72
Tints of Olivine #92AB72
RGB
CMYK
RGB Variations
Color information
#92AB72 (or 0x92AB72) is known color: Olivine. HEX triplet: 92, AB and 72. RGB value is (146,171,114). Sum of RGB (Red+Green+Blue) = 146+171+114=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB72 is #6D548D. Grayscale: #9D9D9D. Windows color (decimal): -7165070 or 7515026. OLE color: 7515026.
HSL color Cylindrical-coordinate representation of color #92AB72: hue angle of 86.32º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92AB72 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 114 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.33 |
| HSL | 86.32º | 0.25% | 0.56% | - |
| HSV(B) | 86.32º | 0.33% | 0.67% | - |
| XYZ | 29.45 | 36.45 | 21.4 | - |
| YUV | 157.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 114 | 0.15 | 0 | 0.33 | 0.33 | 86.32 | 0.25 | 0.56 |
| Hex | 92 | AB | 72 | F | 0 | 21 | 21 | 56 | 19 | 38 |
| Octal | 222 | 253 | 162 | 17 | 0 | 41 | 41 | 126 | 31 | 70 |
| Binary | 10010010 | 10101011 | 1110010 | 1111 | 0 | 100001 | 100001 | 1010110 | 11001 | 111000 |
Color Harmonies of #92AB72
Complementary color
Monochromatic Colors of #92AB72
Black with #92AB72
Text Example
Text Example
White with #92AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB72; }
p { color: rgb(146,171,114); }
H1.HeaderClassName
{
color: #92AB72;
}
.AnyTagClassName
{
color: #92AB72;
}
</style>
background-color css
<style>
a { background-color: #92AB72; }
a { background-color: rgb(146,171,114); }
div.DivClassName
{
background-color: #92AB72;
}
.BgClassName
{
background-color: #92AB72;
}
</style>
border-color css
<style>
span { border-color: #92AB72; }
span { border-color: rgb(146,171,114); }
td.TdClassName
{
border-color: #92AB72;
}
.TagClassName
{
border-color: #92AB72;
}
</style>