Shades of Olivine #9ECF68
Tints of Olivine #9ECF68
RGB
CMYK
RGB Variations
Color information
#9ECF68 (or 0x9ECF68) is known color: Olivine. HEX triplet: 9E, CF and 68. RGB value is (158,207,104). Sum of RGB (Red+Green+Blue) = 158+207+104=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF68 is #613097. Grayscale: #B4B4B4. Windows color (decimal): -6369432 or 6868894. OLE color: 6868894.
HSL color Cylindrical-coordinate representation of color #9ECF68: hue angle of 88.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ECF68 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 104 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.19 |
| HSL | 88.54º | 0.52% | 0.61% | - |
| HSV(B) | 88.54º | 0.5% | 0.81% | - |
| XYZ | 38.91 | 52.89 | 21.26 | - |
| YUV | 180.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 104 | 0.24 | 0 | 0.50 | 0.19 | 88.54 | 0.52 | 0.61 |
| Hex | 9E | CF | 68 | 18 | 0 | 32 | 13 | 59 | 34 | 3D |
| Octal | 236 | 317 | 150 | 30 | 0 | 62 | 23 | 131 | 64 | 75 |
| Binary | 10011110 | 11001111 | 1101000 | 11000 | 0 | 110010 | 10011 | 1011001 | 110100 | 111101 |
Color Harmonies of #9ECF68
Complementary color
Monochromatic Colors of #9ECF68
Black with #9ECF68
Text Example
Text Example
White with #9ECF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF68; }
p { color: rgb(158,207,104); }
H1.HeaderClassName
{
color: #9ECF68;
}
.AnyTagClassName
{
color: #9ECF68;
}
</style>
background-color css
<style>
a { background-color: #9ECF68; }
a { background-color: rgb(158,207,104); }
div.DivClassName
{
background-color: #9ECF68;
}
.BgClassName
{
background-color: #9ECF68;
}
</style>
border-color css
<style>
span { border-color: #9ECF68; }
span { border-color: rgb(158,207,104); }
td.TdClassName
{
border-color: #9ECF68;
}
.TagClassName
{
border-color: #9ECF68;
}
</style>