Shades of Olivine #92CA68
Tints of Olivine #92CA68
RGB
CMYK
RGB Variations
Color information
#92CA68 (or 0x92CA68) is known color: Olivine. HEX triplet: 92, CA and 68. RGB value is (146,202,104). Sum of RGB (Red+Green+Blue) = 146+202+104=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA68 is #6D3597. Grayscale: #AEAEAE. Windows color (decimal): -7157144 or 6867602. OLE color: 6867602.
HSL color Cylindrical-coordinate representation of color #92CA68: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92CA68 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 104 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.21 |
| HSL | 94.29º | 0.48% | 0.6% | - |
| HSV(B) | 94.29º | 0.49% | 0.79% | - |
| XYZ | 35.47 | 49.35 | 20.75 | - |
| YUV | 174.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 104 | 0.28 | 0 | 0.49 | 0.21 | 94.29 | 0.48 | 0.6 |
| Hex | 92 | CA | 68 | 1C | 0 | 31 | 15 | 5E | 30 | 3C |
| Octal | 222 | 312 | 150 | 34 | 0 | 61 | 25 | 136 | 60 | 74 |
| Binary | 10010010 | 11001010 | 1101000 | 11100 | 0 | 110001 | 10101 | 1011110 | 110000 | 111100 |
Color Harmonies of #92CA68
Complementary color
Monochromatic Colors of #92CA68
Black with #92CA68
Text Example
Text Example
White with #92CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA68; }
p { color: rgb(146,202,104); }
H1.HeaderClassName
{
color: #92CA68;
}
.AnyTagClassName
{
color: #92CA68;
}
</style>
background-color css
<style>
a { background-color: #92CA68; }
a { background-color: rgb(146,202,104); }
div.DivClassName
{
background-color: #92CA68;
}
.BgClassName
{
background-color: #92CA68;
}
</style>
border-color css
<style>
span { border-color: #92CA68; }
span { border-color: rgb(146,202,104); }
td.TdClassName
{
border-color: #92CA68;
}
.TagClassName
{
border-color: #92CA68;
}
</style>