Shades of Olivine #9DC96C
Tints of Olivine #9DC96C
RGB
CMYK
RGB Variations
Color information
#9DC96C (or 0x9DC96C) is known color: Olivine. HEX triplet: 9D, C9 and 6C. RGB value is (157,201,108). Sum of RGB (Red+Green+Blue) = 157+201+108=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC96C is #623693. Grayscale: #B1B1B1. Windows color (decimal): -6436500 or 7129501. OLE color: 7129501.
HSL color Cylindrical-coordinate representation of color #9DC96C: hue angle of 88.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DC96C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 108 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.21 |
| HSL | 88.39º | 0.46% | 0.61% | - |
| HSV(B) | 88.39º | 0.46% | 0.79% | - |
| XYZ | 37.5 | 50.02 | 21.87 | - |
| YUV | 177.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 108 | 0.22 | 0 | 0.46 | 0.21 | 88.39 | 0.46 | 0.61 |
| Hex | 9D | C9 | 6C | 16 | 0 | 2E | 15 | 58 | 2E | 3D |
| Octal | 235 | 311 | 154 | 26 | 0 | 56 | 25 | 130 | 56 | 75 |
| Binary | 10011101 | 11001001 | 1101100 | 10110 | 0 | 101110 | 10101 | 1011000 | 101110 | 111101 |
Color Harmonies of #9DC96C
Complementary color
Monochromatic Colors of #9DC96C
Black with #9DC96C
Text Example
Text Example
White with #9DC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC96C; }
p { color: rgb(157,201,108); }
H1.HeaderClassName
{
color: #9DC96C;
}
.AnyTagClassName
{
color: #9DC96C;
}
</style>
background-color css
<style>
a { background-color: #9DC96C; }
a { background-color: rgb(157,201,108); }
div.DivClassName
{
background-color: #9DC96C;
}
.BgClassName
{
background-color: #9DC96C;
}
</style>
border-color css
<style>
span { border-color: #9DC96C; }
span { border-color: rgb(157,201,108); }
td.TdClassName
{
border-color: #9DC96C;
}
.TagClassName
{
border-color: #9DC96C;
}
</style>