Shades of Olivine #9ECB6D
Tints of Olivine #9ECB6D
RGB
CMYK
RGB Variations
Color information
#9ECB6D (or 0x9ECB6D) is known color: Olivine. HEX triplet: 9E, CB and 6D. RGB value is (158,203,109). Sum of RGB (Red+Green+Blue) = 158+203+109=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB6D is #613492. Grayscale: #B3B3B3. Windows color (decimal): -6370451 or 7195550. OLE color: 7195550.
HSL color Cylindrical-coordinate representation of color #9ECB6D: hue angle of 88.72º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ECB6D is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 109 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.20 |
| HSL | 88.72º | 0.47% | 0.61% | - |
| HSV(B) | 88.72º | 0.46% | 0.8% | - |
| XYZ | 38.22 | 51.09 | 22.31 | - |
| YUV | 178.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 109 | 0.22 | 0 | 0.46 | 0.20 | 88.72 | 0.47 | 0.61 |
| Hex | 9E | CB | 6D | 16 | 0 | 2E | 14 | 59 | 2F | 3D |
| Octal | 236 | 313 | 155 | 26 | 0 | 56 | 24 | 131 | 57 | 75 |
| Binary | 10011110 | 11001011 | 1101101 | 10110 | 0 | 101110 | 10100 | 1011001 | 101111 | 111101 |
Color Harmonies of #9ECB6D
Complementary color
Monochromatic Colors of #9ECB6D
Black with #9ECB6D
Text Example
Text Example
White with #9ECB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB6D; }
p { color: rgb(158,203,109); }
H1.HeaderClassName
{
color: #9ECB6D;
}
.AnyTagClassName
{
color: #9ECB6D;
}
</style>
background-color css
<style>
a { background-color: #9ECB6D; }
a { background-color: rgb(158,203,109); }
div.DivClassName
{
background-color: #9ECB6D;
}
.BgClassName
{
background-color: #9ECB6D;
}
</style>
border-color css
<style>
span { border-color: #9ECB6D; }
span { border-color: rgb(158,203,109); }
td.TdClassName
{
border-color: #9ECB6D;
}
.TagClassName
{
border-color: #9ECB6D;
}
</style>