Shades of Olivine #92C06C
Tints of Olivine #92C06C
RGB
CMYK
RGB Variations
Color information
#92C06C (or 0x92C06C) is known color: Olivine. HEX triplet: 92, C0 and 6C. RGB value is (146,192,108). Sum of RGB (Red+Green+Blue) = 146+192+108=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #92C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C06C is #6D3F93. Grayscale: #A8A8A8. Windows color (decimal): -7159700 or 7127186. OLE color: 7127186.
HSL color Cylindrical-coordinate representation of color #92C06C: hue angle of 92.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92C06C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 108 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.25 |
| HSL | 92.86º | 0.4% | 0.59% | - |
| HSV(B) | 92.86º | 0.44% | 0.75% | - |
| XYZ | 33.41 | 44.89 | 21.09 | - |
| YUV | 168.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 108 | 0.24 | 0 | 0.44 | 0.25 | 92.86 | 0.4 | 0.59 |
| Hex | 92 | C0 | 6C | 18 | 0 | 2C | 19 | 5D | 28 | 3B |
| Octal | 222 | 300 | 154 | 30 | 0 | 54 | 31 | 135 | 50 | 73 |
| Binary | 10010010 | 11000000 | 1101100 | 11000 | 0 | 101100 | 11001 | 1011101 | 101000 | 111011 |
Color Harmonies of #92C06C
Complementary color
Monochromatic Colors of #92C06C
Black with #92C06C
Text Example
Text Example
White with #92C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C06C; }
p { color: rgb(146,192,108); }
H1.HeaderClassName
{
color: #92C06C;
}
.AnyTagClassName
{
color: #92C06C;
}
</style>
background-color css
<style>
a { background-color: #92C06C; }
a { background-color: rgb(146,192,108); }
div.DivClassName
{
background-color: #92C06C;
}
.BgClassName
{
background-color: #92C06C;
}
</style>
border-color css
<style>
span { border-color: #92C06C; }
span { border-color: rgb(146,192,108); }
td.TdClassName
{
border-color: #92C06C;
}
.TagClassName
{
border-color: #92C06C;
}
</style>