Shades of Olivine #9DC56C
Tints of Olivine #9DC56C
RGB
CMYK
RGB Variations
Color information
#9DC56C (or 0x9DC56C) is known color: Olivine. HEX triplet: 9D, C5 and 6C. RGB value is (157,197,108). Sum of RGB (Red+Green+Blue) = 157+197+108=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC56C is #623A93. Grayscale: #AFAFAF. Windows color (decimal): -6437524 or 7128477. OLE color: 7128477.
HSL color Cylindrical-coordinate representation of color #9DC56C: hue angle of 86.97º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC56C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 108 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.23 |
| HSL | 86.97º | 0.43% | 0.6% | - |
| HSV(B) | 86.97º | 0.45% | 0.77% | - |
| XYZ | 36.58 | 48.18 | 21.56 | - |
| YUV | 174.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 108 | 0.20 | 0 | 0.45 | 0.23 | 86.97 | 0.43 | 0.6 |
| Hex | 9D | C5 | 6C | 14 | 0 | 2D | 17 | 57 | 2B | 3C |
| Octal | 235 | 305 | 154 | 24 | 0 | 55 | 27 | 127 | 53 | 74 |
| Binary | 10011101 | 11000101 | 1101100 | 10100 | 0 | 101101 | 10111 | 1010111 | 101011 | 111100 |
Color Harmonies of #9DC56C
Complementary color
Monochromatic Colors of #9DC56C
Black with #9DC56C
Text Example
Text Example
White with #9DC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC56C; }
p { color: rgb(157,197,108); }
H1.HeaderClassName
{
color: #9DC56C;
}
.AnyTagClassName
{
color: #9DC56C;
}
</style>
background-color css
<style>
a { background-color: #9DC56C; }
a { background-color: rgb(157,197,108); }
div.DivClassName
{
background-color: #9DC56C;
}
.BgClassName
{
background-color: #9DC56C;
}
</style>
border-color css
<style>
span { border-color: #9DC56C; }
span { border-color: rgb(157,197,108); }
td.TdClassName
{
border-color: #9DC56C;
}
.TagClassName
{
border-color: #9DC56C;
}
</style>