Shades of Olivine #92C76D
Tints of Olivine #92C76D
RGB
CMYK
RGB Variations
Color information
#92C76D (or 0x92C76D) is known color: Olivine. HEX triplet: 92, C7 and 6D. RGB value is (146,199,109). Sum of RGB (Red+Green+Blue) = 146+199+109=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #92C76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C76D is #6D3892. Grayscale: #ADADAD. Windows color (decimal): -7157907 or 7194514. OLE color: 7194514.
HSL color Cylindrical-coordinate representation of color #92C76D: hue angle of 95.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92C76D is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 109 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.22 |
| HSL | 95.33º | 0.45% | 0.6% | - |
| HSV(B) | 95.33º | 0.45% | 0.78% | - |
| XYZ | 35.04 | 48.06 | 21.9 | - |
| YUV | 172.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 109 | 0.27 | 0 | 0.45 | 0.22 | 95.33 | 0.45 | 0.6 |
| Hex | 92 | C7 | 6D | 1B | 0 | 2D | 16 | 5F | 2D | 3C |
| Octal | 222 | 307 | 155 | 33 | 0 | 55 | 26 | 137 | 55 | 74 |
| Binary | 10010010 | 11000111 | 1101101 | 11011 | 0 | 101101 | 10110 | 1011111 | 101101 | 111100 |
Color Harmonies of #92C76D
Complementary color
Monochromatic Colors of #92C76D
Black with #92C76D
Text Example
Text Example
White with #92C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C76D; }
p { color: rgb(146,199,109); }
H1.HeaderClassName
{
color: #92C76D;
}
.AnyTagClassName
{
color: #92C76D;
}
</style>
background-color css
<style>
a { background-color: #92C76D; }
a { background-color: rgb(146,199,109); }
div.DivClassName
{
background-color: #92C76D;
}
.BgClassName
{
background-color: #92C76D;
}
</style>
border-color css
<style>
span { border-color: #92C76D; }
span { border-color: rgb(146,199,109); }
td.TdClassName
{
border-color: #92C76D;
}
.TagClassName
{
border-color: #92C76D;
}
</style>