Shades of Olivine #92A881
Tints of Olivine #92A881
RGB
CMYK
RGB Variations
Color information
#92A881 (or 0x92A881) is known color: Olivine. HEX triplet: 92, A8 and 81. RGB value is (146,168,129). Sum of RGB (Red+Green+Blue) = 146+168+129=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #92A881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A881 is #6D577E. Grayscale: #9D9D9D. Windows color (decimal): -7165823 or 8497298. OLE color: 8497298.
HSL color Cylindrical-coordinate representation of color #92A881: hue angle of 93.85º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A881 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 168 | 129 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.34 |
| HSL | 93.85º | 0.18% | 0.58% | - |
| HSV(B) | 93.85º | 0.23% | 0.66% | - |
| XYZ | 29.82 | 35.7 | 26.09 | - |
| YUV | 156.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 129 | 0.13 | 0 | 0.23 | 0.34 | 93.85 | 0.18 | 0.58 |
| Hex | 92 | A8 | 81 | D | 0 | 17 | 22 | 5E | 12 | 3A |
| Octal | 222 | 250 | 201 | 15 | 0 | 27 | 42 | 136 | 22 | 72 |
| Binary | 10010010 | 10101000 | 10000001 | 1101 | 0 | 10111 | 100010 | 1011110 | 10010 | 111010 |
Color Harmonies of #92A881
Complementary color
Monochromatic Colors of #92A881
Black with #92A881
Text Example
Text Example
White with #92A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A881; }
p { color: rgb(146,168,129); }
H1.HeaderClassName
{
color: #92A881;
}
.AnyTagClassName
{
color: #92A881;
}
</style>
background-color css
<style>
a { background-color: #92A881; }
a { background-color: rgb(146,168,129); }
div.DivClassName
{
background-color: #92A881;
}
.BgClassName
{
background-color: #92A881;
}
</style>
border-color css
<style>
span { border-color: #92A881; }
span { border-color: rgb(146,168,129); }
td.TdClassName
{
border-color: #92A881;
}
.TagClassName
{
border-color: #92A881;
}
</style>