Shades of Olivine #9DCD66
Tints of Olivine #9DCD66
RGB
CMYK
RGB Variations
Color information
#9DCD66 (or 0x9DCD66) is known color: Olivine. HEX triplet: 9D, CD and 66. RGB value is (157,205,102). Sum of RGB (Red+Green+Blue) = 157+205+102=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD66 is #623299. Grayscale: #B3B3B3. Windows color (decimal): -6435482 or 6737309. OLE color: 6737309.
HSL color Cylindrical-coordinate representation of color #9DCD66: hue angle of 87.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DCD66 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 102 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.20 |
| HSL | 87.96º | 0.51% | 0.6% | - |
| HSV(B) | 87.96º | 0.5% | 0.8% | - |
| XYZ | 38.13 | 51.79 | 20.56 | - |
| YUV | 178.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 102 | 0.23 | 0 | 0.50 | 0.20 | 87.96 | 0.51 | 0.6 |
| Hex | 9D | CD | 66 | 17 | 0 | 32 | 14 | 58 | 33 | 3C |
| Octal | 235 | 315 | 146 | 27 | 0 | 62 | 24 | 130 | 63 | 74 |
| Binary | 10011101 | 11001101 | 1100110 | 10111 | 0 | 110010 | 10100 | 1011000 | 110011 | 111100 |
Color Harmonies of #9DCD66
Complementary color
Monochromatic Colors of #9DCD66
Black with #9DCD66
Text Example
Text Example
White with #9DCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD66; }
p { color: rgb(157,205,102); }
H1.HeaderClassName
{
color: #9DCD66;
}
.AnyTagClassName
{
color: #9DCD66;
}
</style>
background-color css
<style>
a { background-color: #9DCD66; }
a { background-color: rgb(157,205,102); }
div.DivClassName
{
background-color: #9DCD66;
}
.BgClassName
{
background-color: #9DCD66;
}
</style>
border-color css
<style>
span { border-color: #9DCD66; }
span { border-color: rgb(157,205,102); }
td.TdClassName
{
border-color: #9DCD66;
}
.TagClassName
{
border-color: #9DCD66;
}
</style>