Shades of Olivine #92CA70
Tints of Olivine #92CA70
RGB
CMYK
RGB Variations
Color information
#92CA70 (or 0x92CA70) is known color: Olivine. HEX triplet: 92, CA and 70. RGB value is (146,202,112). Sum of RGB (Red+Green+Blue) = 146+202+112=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA70 is #6D358F. Grayscale: #AFAFAF. Windows color (decimal): -7157136 or 7391890. OLE color: 7391890.
HSL color Cylindrical-coordinate representation of color #92CA70: hue angle of 97.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92CA70 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 112 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.21 |
| HSL | 97.33º | 0.46% | 0.62% | - |
| HSV(B) | 97.33º | 0.45% | 0.79% | - |
| XYZ | 35.9 | 49.52 | 23 | - |
| YUV | 175 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 112 | 0.28 | 0 | 0.45 | 0.21 | 97.33 | 0.46 | 0.62 |
| Hex | 92 | CA | 70 | 1C | 0 | 2D | 15 | 61 | 2E | 3E |
| Octal | 222 | 312 | 160 | 34 | 0 | 55 | 25 | 141 | 56 | 76 |
| Binary | 10010010 | 11001010 | 1110000 | 11100 | 0 | 101101 | 10101 | 1100001 | 101110 | 111110 |
Color Harmonies of #92CA70
Complementary color
Monochromatic Colors of #92CA70
Black with #92CA70
Text Example
Text Example
White with #92CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA70; }
p { color: rgb(146,202,112); }
H1.HeaderClassName
{
color: #92CA70;
}
.AnyTagClassName
{
color: #92CA70;
}
</style>
background-color css
<style>
a { background-color: #92CA70; }
a { background-color: rgb(146,202,112); }
div.DivClassName
{
background-color: #92CA70;
}
.BgClassName
{
background-color: #92CA70;
}
</style>
border-color css
<style>
span { border-color: #92CA70; }
span { border-color: rgb(146,202,112); }
td.TdClassName
{
border-color: #92CA70;
}
.TagClassName
{
border-color: #92CA70;
}
</style>