Shades of Olivine #92C360
Tints of Olivine #92C360
RGB
CMYK
RGB Variations
Color information
#92C360 (or 0x92C360) is known color: Olivine. HEX triplet: 92, C3 and 60. RGB value is (146,195,96). Sum of RGB (Red+Green+Blue) = 146+195+96=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #92C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C360 is #6D3C9F. Grayscale: #A9A9A9. Windows color (decimal): -7158944 or 6341522. OLE color: 6341522.
HSL color Cylindrical-coordinate representation of color #92C360: hue angle of 89.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92C360 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 96 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.24 |
| HSL | 89.7º | 0.45% | 0.57% | - |
| HSV(B) | 89.7º | 0.51% | 0.76% | - |
| XYZ | 33.48 | 45.99 | 18.18 | - |
| YUV | 169.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 96 | 0.25 | 0 | 0.51 | 0.24 | 89.7 | 0.45 | 0.57 |
| Hex | 92 | C3 | 60 | 19 | 0 | 33 | 18 | 5A | 2D | 39 |
| Octal | 222 | 303 | 140 | 31 | 0 | 63 | 30 | 132 | 55 | 71 |
| Binary | 10010010 | 11000011 | 1100000 | 11001 | 0 | 110011 | 11000 | 1011010 | 101101 | 111001 |
Color Harmonies of #92C360
Complementary color
Monochromatic Colors of #92C360
Black with #92C360
Text Example
Text Example
White with #92C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C360; }
p { color: rgb(146,195,96); }
H1.HeaderClassName
{
color: #92C360;
}
.AnyTagClassName
{
color: #92C360;
}
</style>
background-color css
<style>
a { background-color: #92C360; }
a { background-color: rgb(146,195,96); }
div.DivClassName
{
background-color: #92C360;
}
.BgClassName
{
background-color: #92C360;
}
</style>
border-color css
<style>
span { border-color: #92C360; }
span { border-color: rgb(146,195,96); }
td.TdClassName
{
border-color: #92C360;
}
.TagClassName
{
border-color: #92C360;
}
</style>