Shades of Olivine #92AB75
Tints of Olivine #92AB75
RGB
CMYK
RGB Variations
Color information
#92AB75 (or 0x92AB75) is known color: Olivine. HEX triplet: 92, AB and 75. RGB value is (146,171,117). Sum of RGB (Red+Green+Blue) = 146+171+117=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB75 is #6D548A. Grayscale: #9D9D9D. Windows color (decimal): -7165067 or 7711634. OLE color: 7711634.
HSL color Cylindrical-coordinate representation of color #92AB75: hue angle of 87.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92AB75 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 117 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.33 |
| HSL | 87.78º | 0.24% | 0.56% | - |
| HSV(B) | 87.78º | 0.32% | 0.67% | - |
| XYZ | 29.63 | 36.52 | 22.32 | - |
| YUV | 157.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 117 | 0.15 | 0 | 0.32 | 0.33 | 87.78 | 0.24 | 0.56 |
| Hex | 92 | AB | 75 | F | 0 | 20 | 21 | 58 | 18 | 38 |
| Octal | 222 | 253 | 165 | 17 | 0 | 40 | 41 | 130 | 30 | 70 |
| Binary | 10010010 | 10101011 | 1110101 | 1111 | 0 | 100000 | 100001 | 1011000 | 11000 | 111000 |
Color Harmonies of #92AB75
Complementary color
Monochromatic Colors of #92AB75
Black with #92AB75
Text Example
Text Example
White with #92AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB75; }
p { color: rgb(146,171,117); }
H1.HeaderClassName
{
color: #92AB75;
}
.AnyTagClassName
{
color: #92AB75;
}
</style>
background-color css
<style>
a { background-color: #92AB75; }
a { background-color: rgb(146,171,117); }
div.DivClassName
{
background-color: #92AB75;
}
.BgClassName
{
background-color: #92AB75;
}
</style>
border-color css
<style>
span { border-color: #92AB75; }
span { border-color: rgb(146,171,117); }
td.TdClassName
{
border-color: #92AB75;
}
.TagClassName
{
border-color: #92AB75;
}
</style>