Shades of Olivine #92BB72
Tints of Olivine #92BB72
RGB
CMYK
RGB Variations
Color information
#92BB72 (or 0x92BB72) is known color: Olivine. HEX triplet: 92, BB and 72. RGB value is (146,187,114). Sum of RGB (Red+Green+Blue) = 146+187+114=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BB72 is #6D448D. Grayscale: #A6A6A6. Windows color (decimal): -7160974 or 7519122. OLE color: 7519122.
HSL color Cylindrical-coordinate representation of color #92BB72: hue angle of 93.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BB72 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 114 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.27 |
| HSL | 93.7º | 0.35% | 0.59% | - |
| HSV(B) | 93.7º | 0.39% | 0.73% | - |
| XYZ | 32.66 | 42.87 | 22.47 | - |
| YUV | 166.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 114 | 0.22 | 0 | 0.39 | 0.27 | 93.7 | 0.35 | 0.59 |
| Hex | 92 | BB | 72 | 16 | 0 | 27 | 1B | 5E | 23 | 3B |
| Octal | 222 | 273 | 162 | 26 | 0 | 47 | 33 | 136 | 43 | 73 |
| Binary | 10010010 | 10111011 | 1110010 | 10110 | 0 | 100111 | 11011 | 1011110 | 100011 | 111011 |
Color Harmonies of #92BB72
Complementary color
Monochromatic Colors of #92BB72
Black with #92BB72
Text Example
Text Example
White with #92BB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB72; }
p { color: rgb(146,187,114); }
H1.HeaderClassName
{
color: #92BB72;
}
.AnyTagClassName
{
color: #92BB72;
}
</style>
background-color css
<style>
a { background-color: #92BB72; }
a { background-color: rgb(146,187,114); }
div.DivClassName
{
background-color: #92BB72;
}
.BgClassName
{
background-color: #92BB72;
}
</style>
border-color css
<style>
span { border-color: #92BB72; }
span { border-color: rgb(146,187,114); }
td.TdClassName
{
border-color: #92BB72;
}
.TagClassName
{
border-color: #92BB72;
}
</style>