Shades of Olivine #92AA77
Tints of Olivine #92AA77
RGB
CMYK
RGB Variations
Color information
#92AA77 (or 0x92AA77) is known color: Olivine. HEX triplet: 92, AA and 77. RGB value is (146,170,119). Sum of RGB (Red+Green+Blue) = 146+170+119=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA77 is #6D5588. Grayscale: #9D9D9D. Windows color (decimal): -7165321 or 7842450. OLE color: 7842450.
HSL color Cylindrical-coordinate representation of color #92AA77: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92AA77 is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 119 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.33 |
| HSL | 88.24º | 0.23% | 0.57% | - |
| HSV(B) | 88.24º | 0.3% | 0.67% | - |
| XYZ | 29.56 | 36.19 | 22.88 | - |
| YUV | 157.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 119 | 0.14 | 0 | 0.3 | 0.33 | 88.24 | 0.23 | 0.57 |
| Hex | 92 | AA | 77 | E | 0 | 1E | 21 | 58 | 17 | 39 |
| Octal | 222 | 252 | 167 | 16 | 0 | 36 | 41 | 130 | 27 | 71 |
| Binary | 10010010 | 10101010 | 1110111 | 1110 | 0 | 11110 | 100001 | 1011000 | 10111 | 111001 |
Color Harmonies of #92AA77
Complementary color
Monochromatic Colors of #92AA77
Black with #92AA77
Text Example
Text Example
White with #92AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA77; }
p { color: rgb(146,170,119); }
H1.HeaderClassName
{
color: #92AA77;
}
.AnyTagClassName
{
color: #92AA77;
}
</style>
background-color css
<style>
a { background-color: #92AA77; }
a { background-color: rgb(146,170,119); }
div.DivClassName
{
background-color: #92AA77;
}
.BgClassName
{
background-color: #92AA77;
}
</style>
border-color css
<style>
span { border-color: #92AA77; }
span { border-color: rgb(146,170,119); }
td.TdClassName
{
border-color: #92AA77;
}
.TagClassName
{
border-color: #92AA77;
}
</style>