Shades of Olivine #92BD70
Tints of Olivine #92BD70
RGB
CMYK
RGB Variations
Color information
#92BD70 (or 0x92BD70) is known color: Olivine. HEX triplet: 92, BD and 70. RGB value is (146,189,112). Sum of RGB (Red+Green+Blue) = 146+189+112=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD70 is #6D428F. Grayscale: #A7A7A7. Windows color (decimal): -7160464 or 7388562. OLE color: 7388562.
HSL color Cylindrical-coordinate representation of color #92BD70: hue angle of 93.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92BD70 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 112 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.26 |
| HSL | 93.51º | 0.37% | 0.59% | - |
| HSV(B) | 93.51º | 0.41% | 0.74% | - |
| XYZ | 32.98 | 43.68 | 22.02 | - |
| YUV | 167.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 112 | 0.23 | 0 | 0.41 | 0.26 | 93.51 | 0.37 | 0.59 |
| Hex | 92 | BD | 70 | 17 | 0 | 29 | 1A | 5E | 25 | 3B |
| Octal | 222 | 275 | 160 | 27 | 0 | 51 | 32 | 136 | 45 | 73 |
| Binary | 10010010 | 10111101 | 1110000 | 10111 | 0 | 101001 | 11010 | 1011110 | 100101 | 111011 |
Color Harmonies of #92BD70
Complementary color
Monochromatic Colors of #92BD70
Black with #92BD70
Text Example
Text Example
White with #92BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD70; }
p { color: rgb(146,189,112); }
H1.HeaderClassName
{
color: #92BD70;
}
.AnyTagClassName
{
color: #92BD70;
}
</style>
background-color css
<style>
a { background-color: #92BD70; }
a { background-color: rgb(146,189,112); }
div.DivClassName
{
background-color: #92BD70;
}
.BgClassName
{
background-color: #92BD70;
}
</style>
border-color css
<style>
span { border-color: #92BD70; }
span { border-color: rgb(146,189,112); }
td.TdClassName
{
border-color: #92BD70;
}
.TagClassName
{
border-color: #92BD70;
}
</style>