Shades of Olivine #9DC576
Tints of Olivine #9DC576
RGB
CMYK
RGB Variations
Color information
#9DC576 (or 0x9DC576) is known color: Olivine. HEX triplet: 9D, C5 and 76. RGB value is (157,197,118). Sum of RGB (Red+Green+Blue) = 157+197+118=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC576 is #623A89. Grayscale: #B0B0B0. Windows color (decimal): -6437514 or 7783837. OLE color: 7783837.
HSL color Cylindrical-coordinate representation of color #9DC576: hue angle of 90.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC576 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 118 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.23 |
| HSL | 90.38º | 0.41% | 0.62% | - |
| HSV(B) | 90.38º | 0.4% | 0.77% | - |
| XYZ | 37.14 | 48.41 | 24.53 | - |
| YUV | 176.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 118 | 0.20 | 0 | 0.40 | 0.23 | 90.38 | 0.41 | 0.62 |
| Hex | 9D | C5 | 76 | 14 | 0 | 28 | 17 | 5A | 29 | 3E |
| Octal | 235 | 305 | 166 | 24 | 0 | 50 | 27 | 132 | 51 | 76 |
| Binary | 10011101 | 11000101 | 1110110 | 10100 | 0 | 101000 | 10111 | 1011010 | 101001 | 111110 |
Color Harmonies of #9DC576
Complementary color
Monochromatic Colors of #9DC576
Black with #9DC576
Text Example
Text Example
White with #9DC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC576; }
p { color: rgb(157,197,118); }
H1.HeaderClassName
{
color: #9DC576;
}
.AnyTagClassName
{
color: #9DC576;
}
</style>
background-color css
<style>
a { background-color: #9DC576; }
a { background-color: rgb(157,197,118); }
div.DivClassName
{
background-color: #9DC576;
}
.BgClassName
{
background-color: #9DC576;
}
</style>
border-color css
<style>
span { border-color: #9DC576; }
span { border-color: rgb(157,197,118); }
td.TdClassName
{
border-color: #9DC576;
}
.TagClassName
{
border-color: #9DC576;
}
</style>