Shades of Olivine #9ECD65
Tints of Olivine #9ECD65
RGB
CMYK
RGB Variations
Color information
#9ECD65 (or 0x9ECD65) is known color: Olivine. HEX triplet: 9E, CD and 65. RGB value is (158,205,101). Sum of RGB (Red+Green+Blue) = 158+205+101=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD65 is #61329A. Grayscale: #B3B3B3. Windows color (decimal): -6369947 or 6671774. OLE color: 6671774.
HSL color Cylindrical-coordinate representation of color #9ECD65: hue angle of 87.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ECD65 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 101 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.20 |
| HSL | 87.12º | 0.51% | 0.6% | - |
| HSV(B) | 87.12º | 0.51% | 0.8% | - |
| XYZ | 38.28 | 51.87 | 20.31 | - |
| YUV | 179.09 | 83.93 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 101 | 0.23 | 0 | 0.51 | 0.20 | 87.12 | 0.51 | 0.6 |
| Hex | 9E | CD | 65 | 17 | 0 | 33 | 14 | 57 | 33 | 3C |
| Octal | 236 | 315 | 145 | 27 | 0 | 63 | 24 | 127 | 63 | 74 |
| Binary | 10011110 | 11001101 | 1100101 | 10111 | 0 | 110011 | 10100 | 1010111 | 110011 | 111100 |
Color Harmonies of #9ECD65
Complementary color
Monochromatic Colors of #9ECD65
Black with #9ECD65
Text Example
Text Example
White with #9ECD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD65; }
p { color: rgb(158,205,101); }
H1.HeaderClassName
{
color: #9ECD65;
}
.AnyTagClassName
{
color: #9ECD65;
}
</style>
background-color css
<style>
a { background-color: #9ECD65; }
a { background-color: rgb(158,205,101); }
div.DivClassName
{
background-color: #9ECD65;
}
.BgClassName
{
background-color: #9ECD65;
}
</style>
border-color css
<style>
span { border-color: #9ECD65; }
span { border-color: rgb(158,205,101); }
td.TdClassName
{
border-color: #9ECD65;
}
.TagClassName
{
border-color: #9ECD65;
}
</style>