Shades of Olivine #92C270
Tints of Olivine #92C270
RGB
CMYK
RGB Variations
Color information
#92C270 (or 0x92C270) is known color: Olivine. HEX triplet: 92, C2 and 70. RGB value is (146,194,112). Sum of RGB (Red+Green+Blue) = 146+194+112=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #92C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C270 is #6D3D8F. Grayscale: #AAAAAA. Windows color (decimal): -7159184 or 7389842. OLE color: 7389842.
HSL color Cylindrical-coordinate representation of color #92C270: hue angle of 95.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C270 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 112 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.24 |
| HSL | 95.12º | 0.4% | 0.6% | - |
| HSV(B) | 95.12º | 0.42% | 0.76% | - |
| XYZ | 34.07 | 45.86 | 22.39 | - |
| YUV | 170.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 112 | 0.25 | 0 | 0.42 | 0.24 | 95.12 | 0.4 | 0.6 |
| Hex | 92 | C2 | 70 | 19 | 0 | 2A | 18 | 5F | 28 | 3C |
| Octal | 222 | 302 | 160 | 31 | 0 | 52 | 30 | 137 | 50 | 74 |
| Binary | 10010010 | 11000010 | 1110000 | 11001 | 0 | 101010 | 11000 | 1011111 | 101000 | 111100 |
Color Harmonies of #92C270
Complementary color
Monochromatic Colors of #92C270
Black with #92C270
Text Example
Text Example
White with #92C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C270; }
p { color: rgb(146,194,112); }
H1.HeaderClassName
{
color: #92C270;
}
.AnyTagClassName
{
color: #92C270;
}
</style>
background-color css
<style>
a { background-color: #92C270; }
a { background-color: rgb(146,194,112); }
div.DivClassName
{
background-color: #92C270;
}
.BgClassName
{
background-color: #92C270;
}
</style>
border-color css
<style>
span { border-color: #92C270; }
span { border-color: rgb(146,194,112); }
td.TdClassName
{
border-color: #92C270;
}
.TagClassName
{
border-color: #92C270;
}
</style>