Shades of Olivine #92A978
Tints of Olivine #92A978
RGB
CMYK
RGB Variations
Color information
#92A978 (or 0x92A978) is known color: Olivine. HEX triplet: 92, A9 and 78. RGB value is (146,169,120). Sum of RGB (Red+Green+Blue) = 146+169+120=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #92A978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A978 is #6D5687. Grayscale: #9C9C9C. Windows color (decimal): -7165576 or 7907730. OLE color: 7907730.
HSL color Cylindrical-coordinate representation of color #92A978: hue angle of 88.16º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A978 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 169 | 120 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.34 |
| HSL | 88.16º | 0.22% | 0.57% | - |
| HSV(B) | 88.16º | 0.29% | 0.66% | - |
| XYZ | 29.43 | 35.84 | 23.14 | - |
| YUV | 156.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 120 | 0.14 | 0 | 0.29 | 0.34 | 88.16 | 0.22 | 0.57 |
| Hex | 92 | A9 | 78 | E | 0 | 1D | 22 | 58 | 16 | 39 |
| Octal | 222 | 251 | 170 | 16 | 0 | 35 | 42 | 130 | 26 | 71 |
| Binary | 10010010 | 10101001 | 1111000 | 1110 | 0 | 11101 | 100010 | 1011000 | 10110 | 111001 |
Color Harmonies of #92A978
Complementary color
Monochromatic Colors of #92A978
Black with #92A978
Text Example
Text Example
White with #92A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A978; }
p { color: rgb(146,169,120); }
H1.HeaderClassName
{
color: #92A978;
}
.AnyTagClassName
{
color: #92A978;
}
</style>
background-color css
<style>
a { background-color: #92A978; }
a { background-color: rgb(146,169,120); }
div.DivClassName
{
background-color: #92A978;
}
.BgClassName
{
background-color: #92A978;
}
</style>
border-color css
<style>
span { border-color: #92A978; }
span { border-color: rgb(146,169,120); }
td.TdClassName
{
border-color: #92A978;
}
.TagClassName
{
border-color: #92A978;
}
</style>