Shades of Olivine #92C86F
Tints of Olivine #92C86F
RGB
CMYK
RGB Variations
Color information
#92C86F (or 0x92C86F) is known color: Olivine. HEX triplet: 92, C8 and 6F. RGB value is (146,200,111). Sum of RGB (Red+Green+Blue) = 146+200+111=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #92C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C86F is #6D3790. Grayscale: #AEAEAE. Windows color (decimal): -7157649 or 7325842. OLE color: 7325842.
HSL color Cylindrical-coordinate representation of color #92C86F: hue angle of 96.4º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92C86F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 111 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.22 |
| HSL | 96.4º | 0.45% | 0.61% | - |
| HSV(B) | 96.4º | 0.45% | 0.78% | - |
| XYZ | 35.38 | 48.57 | 22.55 | - |
| YUV | 173.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 111 | 0.27 | 0 | 0.44 | 0.22 | 96.4 | 0.45 | 0.61 |
| Hex | 92 | C8 | 6F | 1B | 0 | 2C | 16 | 60 | 2D | 3D |
| Octal | 222 | 310 | 157 | 33 | 0 | 54 | 26 | 140 | 55 | 75 |
| Binary | 10010010 | 11001000 | 1101111 | 11011 | 0 | 101100 | 10110 | 1100000 | 101101 | 111101 |
Color Harmonies of #92C86F
Complementary color
Monochromatic Colors of #92C86F
Black with #92C86F
Text Example
Text Example
White with #92C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C86F; }
p { color: rgb(146,200,111); }
H1.HeaderClassName
{
color: #92C86F;
}
.AnyTagClassName
{
color: #92C86F;
}
</style>
background-color css
<style>
a { background-color: #92C86F; }
a { background-color: rgb(146,200,111); }
div.DivClassName
{
background-color: #92C86F;
}
.BgClassName
{
background-color: #92C86F;
}
</style>
border-color css
<style>
span { border-color: #92C86F; }
span { border-color: rgb(146,200,111); }
td.TdClassName
{
border-color: #92C86F;
}
.TagClassName
{
border-color: #92C86F;
}
</style>