Shades of Olivine #9DC560
Tints of Olivine #9DC560
RGB
CMYK
RGB Variations
Color information
#9DC560 (or 0x9DC560) is known color: Olivine. HEX triplet: 9D, C5 and 60. RGB value is (157,197,96). Sum of RGB (Red+Green+Blue) = 157+197+96=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC560 is #623A9F. Grayscale: #ADADAD. Windows color (decimal): -6437536 or 6342045. OLE color: 6342045.
HSL color Cylindrical-coordinate representation of color #9DC560: hue angle of 83.76º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DC560 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 96 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.23 |
| HSL | 83.76º | 0.47% | 0.57% | - |
| HSV(B) | 83.76º | 0.51% | 0.77% | - |
| XYZ | 35.98 | 47.95 | 18.42 | - |
| YUV | 173.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 96 | 0.20 | 0 | 0.51 | 0.23 | 83.76 | 0.47 | 0.57 |
| Hex | 9D | C5 | 60 | 14 | 0 | 33 | 17 | 54 | 2F | 39 |
| Octal | 235 | 305 | 140 | 24 | 0 | 63 | 27 | 124 | 57 | 71 |
| Binary | 10011101 | 11000101 | 1100000 | 10100 | 0 | 110011 | 10111 | 1010100 | 101111 | 111001 |
Color Harmonies of #9DC560
Complementary color
Monochromatic Colors of #9DC560
Black with #9DC560
Text Example
Text Example
White with #9DC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC560; }
p { color: rgb(157,197,96); }
H1.HeaderClassName
{
color: #9DC560;
}
.AnyTagClassName
{
color: #9DC560;
}
</style>
background-color css
<style>
a { background-color: #9DC560; }
a { background-color: rgb(157,197,96); }
div.DivClassName
{
background-color: #9DC560;
}
.BgClassName
{
background-color: #9DC560;
}
</style>
border-color css
<style>
span { border-color: #9DC560; }
span { border-color: rgb(157,197,96); }
td.TdClassName
{
border-color: #9DC560;
}
.TagClassName
{
border-color: #9DC560;
}
</style>