Shades of Olivine #92CA6E
Tints of Olivine #92CA6E
RGB
CMYK
RGB Variations
Color information
#92CA6E (or 0x92CA6E) is known color: Olivine. HEX triplet: 92, CA and 6E. RGB value is (146,202,110). Sum of RGB (Red+Green+Blue) = 146+202+110=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA6E is #6D3591. Grayscale: #AFAFAF. Windows color (decimal): -7157138 or 7260818. OLE color: 7260818.
HSL color Cylindrical-coordinate representation of color #92CA6E: hue angle of 96.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92CA6E is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 110 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.21 |
| HSL | 96.52º | 0.46% | 0.61% | - |
| HSV(B) | 96.52º | 0.46% | 0.79% | - |
| XYZ | 35.79 | 49.48 | 22.42 | - |
| YUV | 174.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 110 | 0.28 | 0 | 0.46 | 0.21 | 96.52 | 0.46 | 0.61 |
| Hex | 92 | CA | 6E | 1C | 0 | 2E | 15 | 61 | 2E | 3D |
| Octal | 222 | 312 | 156 | 34 | 0 | 56 | 25 | 141 | 56 | 75 |
| Binary | 10010010 | 11001010 | 1101110 | 11100 | 0 | 101110 | 10101 | 1100001 | 101110 | 111101 |
Color Harmonies of #92CA6E
Complementary color
Monochromatic Colors of #92CA6E
Black with #92CA6E
Text Example
Text Example
White with #92CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA6E; }
p { color: rgb(146,202,110); }
H1.HeaderClassName
{
color: #92CA6E;
}
.AnyTagClassName
{
color: #92CA6E;
}
</style>
background-color css
<style>
a { background-color: #92CA6E; }
a { background-color: rgb(146,202,110); }
div.DivClassName
{
background-color: #92CA6E;
}
.BgClassName
{
background-color: #92CA6E;
}
</style>
border-color css
<style>
span { border-color: #92CA6E; }
span { border-color: rgb(146,202,110); }
td.TdClassName
{
border-color: #92CA6E;
}
.TagClassName
{
border-color: #92CA6E;
}
</style>