Shades of Olivine #92C66F
Tints of Olivine #92C66F
RGB
CMYK
RGB Variations
Color information
#92C66F (or 0x92C66F) is known color: Olivine. HEX triplet: 92, C6 and 6F. RGB value is (146,198,111). Sum of RGB (Red+Green+Blue) = 146+198+111=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #92C66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C66F is #6D3990. Grayscale: #ACACAC. Windows color (decimal): -7158161 or 7325330. OLE color: 7325330.
HSL color Cylindrical-coordinate representation of color #92C66F: hue angle of 95.86º degrees, saturation: 0.43, 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 #92C66F is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 111 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.22 |
| HSL | 95.86º | 0.43% | 0.61% | - |
| HSV(B) | 95.86º | 0.44% | 0.78% | - |
| XYZ | 34.92 | 47.65 | 22.4 | - |
| YUV | 172.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 111 | 0.26 | 0 | 0.44 | 0.22 | 95.86 | 0.43 | 0.61 |
| Hex | 92 | C6 | 6F | 1A | 0 | 2C | 16 | 60 | 2B | 3D |
| Octal | 222 | 306 | 157 | 32 | 0 | 54 | 26 | 140 | 53 | 75 |
| Binary | 10010010 | 11000110 | 1101111 | 11010 | 0 | 101100 | 10110 | 1100000 | 101011 | 111101 |
Color Harmonies of #92C66F
Complementary color
Monochromatic Colors of #92C66F
Black with #92C66F
Text Example
Text Example
White with #92C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C66F; }
p { color: rgb(146,198,111); }
H1.HeaderClassName
{
color: #92C66F;
}
.AnyTagClassName
{
color: #92C66F;
}
</style>
background-color css
<style>
a { background-color: #92C66F; }
a { background-color: rgb(146,198,111); }
div.DivClassName
{
background-color: #92C66F;
}
.BgClassName
{
background-color: #92C66F;
}
</style>
border-color css
<style>
span { border-color: #92C66F; }
span { border-color: rgb(146,198,111); }
td.TdClassName
{
border-color: #92C66F;
}
.TagClassName
{
border-color: #92C66F;
}
</style>