Shades of Olivine #92CA6A
Tints of Olivine #92CA6A
RGB
CMYK
RGB Variations
Color information
#92CA6A (or 0x92CA6A) is known color: Olivine. HEX triplet: 92, CA and 6A. RGB value is (146,202,106). Sum of RGB (Red+Green+Blue) = 146+202+106=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA6A is #6D3595. Grayscale: #AEAEAE. Windows color (decimal): -7157142 or 6998674. OLE color: 6998674.
HSL color Cylindrical-coordinate representation of color #92CA6A: hue angle of 95º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92CA6A is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 106 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.21 |
| HSL | 95º | 0.48% | 0.6% | - |
| HSV(B) | 95º | 0.48% | 0.79% | - |
| XYZ | 35.58 | 49.39 | 21.29 | - |
| YUV | 174.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 106 | 0.28 | 0 | 0.48 | 0.21 | 95 | 0.48 | 0.6 |
| Hex | 92 | CA | 6A | 1C | 0 | 30 | 15 | 5F | 30 | 3C |
| Octal | 222 | 312 | 152 | 34 | 0 | 60 | 25 | 137 | 60 | 74 |
| Binary | 10010010 | 11001010 | 1101010 | 11100 | 0 | 110000 | 10101 | 1011111 | 110000 | 111100 |
Color Harmonies of #92CA6A
Complementary color
Monochromatic Colors of #92CA6A
Black with #92CA6A
Text Example
Text Example
White with #92CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA6A; }
p { color: rgb(146,202,106); }
H1.HeaderClassName
{
color: #92CA6A;
}
.AnyTagClassName
{
color: #92CA6A;
}
</style>
background-color css
<style>
a { background-color: #92CA6A; }
a { background-color: rgb(146,202,106); }
div.DivClassName
{
background-color: #92CA6A;
}
.BgClassName
{
background-color: #92CA6A;
}
</style>
border-color css
<style>
span { border-color: #92CA6A; }
span { border-color: rgb(146,202,106); }
td.TdClassName
{
border-color: #92CA6A;
}
.TagClassName
{
border-color: #92CA6A;
}
</style>