Shades of Olivine #9DCD60
Tints of Olivine #9DCD60
RGB
CMYK
RGB Variations
Color information
#9DCD60 (or 0x9DCD60) is known color: Olivine. HEX triplet: 9D, CD and 60. RGB value is (157,205,96). Sum of RGB (Red+Green+Blue) = 157+205+96=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD60 is #62329F. Grayscale: #B2B2B2. Windows color (decimal): -6435488 or 6344093. OLE color: 6344093.
HSL color Cylindrical-coordinate representation of color #9DCD60: hue angle of 86.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DCD60 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 96 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.20 |
| HSL | 86.42º | 0.52% | 0.59% | - |
| HSV(B) | 86.42º | 0.53% | 0.8% | - |
| XYZ | 37.85 | 51.68 | 19.05 | - |
| YUV | 178.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 96 | 0.23 | 0 | 0.53 | 0.20 | 86.42 | 0.52 | 0.59 |
| Hex | 9D | CD | 60 | 17 | 0 | 35 | 14 | 56 | 34 | 3B |
| Octal | 235 | 315 | 140 | 27 | 0 | 65 | 24 | 126 | 64 | 73 |
| Binary | 10011101 | 11001101 | 1100000 | 10111 | 0 | 110101 | 10100 | 1010110 | 110100 | 111011 |
Color Harmonies of #9DCD60
Complementary color
Monochromatic Colors of #9DCD60
Black with #9DCD60
Text Example
Text Example
White with #9DCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD60; }
p { color: rgb(157,205,96); }
H1.HeaderClassName
{
color: #9DCD60;
}
.AnyTagClassName
{
color: #9DCD60;
}
</style>
background-color css
<style>
a { background-color: #9DCD60; }
a { background-color: rgb(157,205,96); }
div.DivClassName
{
background-color: #9DCD60;
}
.BgClassName
{
background-color: #9DCD60;
}
</style>
border-color css
<style>
span { border-color: #9DCD60; }
span { border-color: rgb(157,205,96); }
td.TdClassName
{
border-color: #9DCD60;
}
.TagClassName
{
border-color: #9DCD60;
}
</style>