Shades of Olivine #9ECB68
Tints of Olivine #9ECB68
RGB
CMYK
RGB Variations
Color information
#9ECB68 (or 0x9ECB68) is known color: Olivine. HEX triplet: 9E, CB and 68. RGB value is (158,203,104). Sum of RGB (Red+Green+Blue) = 158+203+104=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB68 is #613497. Grayscale: #B2B2B2. Windows color (decimal): -6370456 or 6867870. OLE color: 6867870.
HSL color Cylindrical-coordinate representation of color #9ECB68: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ECB68 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 104 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.20 |
| HSL | 87.27º | 0.49% | 0.6% | - |
| HSV(B) | 87.27º | 0.49% | 0.8% | - |
| XYZ | 37.96 | 50.98 | 20.94 | - |
| YUV | 178.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 104 | 0.22 | 0 | 0.49 | 0.20 | 87.27 | 0.49 | 0.6 |
| Hex | 9E | CB | 68 | 16 | 0 | 31 | 14 | 57 | 31 | 3C |
| Octal | 236 | 313 | 150 | 26 | 0 | 61 | 24 | 127 | 61 | 74 |
| Binary | 10011110 | 11001011 | 1101000 | 10110 | 0 | 110001 | 10100 | 1010111 | 110001 | 111100 |
Color Harmonies of #9ECB68
Complementary color
Monochromatic Colors of #9ECB68
Black with #9ECB68
Text Example
Text Example
White with #9ECB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB68; }
p { color: rgb(158,203,104); }
H1.HeaderClassName
{
color: #9ECB68;
}
.AnyTagClassName
{
color: #9ECB68;
}
</style>
background-color css
<style>
a { background-color: #9ECB68; }
a { background-color: rgb(158,203,104); }
div.DivClassName
{
background-color: #9ECB68;
}
.BgClassName
{
background-color: #9ECB68;
}
</style>
border-color css
<style>
span { border-color: #9ECB68; }
span { border-color: rgb(158,203,104); }
td.TdClassName
{
border-color: #9ECB68;
}
.TagClassName
{
border-color: #9ECB68;
}
</style>