Shades of Olivine #9DC86C
Tints of Olivine #9DC86C
RGB
CMYK
RGB Variations
Color information
#9DC86C (or 0x9DC86C) is known color: Olivine. HEX triplet: 9D, C8 and 6C. RGB value is (157,200,108). Sum of RGB (Red+Green+Blue) = 157+200+108=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC86C is #623793. Grayscale: #B0B0B0. Windows color (decimal): -6436756 or 7129245. OLE color: 7129245.
HSL color Cylindrical-coordinate representation of color #9DC86C: hue angle of 88.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DC86C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 108 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.22 |
| HSL | 88.04º | 0.46% | 0.6% | - |
| HSV(B) | 88.04º | 0.46% | 0.78% | - |
| XYZ | 37.27 | 49.56 | 21.79 | - |
| YUV | 176.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 108 | 0.22 | 0 | 0.46 | 0.22 | 88.04 | 0.46 | 0.6 |
| Hex | 9D | C8 | 6C | 16 | 0 | 2E | 16 | 58 | 2E | 3C |
| Octal | 235 | 310 | 154 | 26 | 0 | 56 | 26 | 130 | 56 | 74 |
| Binary | 10011101 | 11001000 | 1101100 | 10110 | 0 | 101110 | 10110 | 1011000 | 101110 | 111100 |
Color Harmonies of #9DC86C
Complementary color
Monochromatic Colors of #9DC86C
Black with #9DC86C
Text Example
Text Example
White with #9DC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC86C; }
p { color: rgb(157,200,108); }
H1.HeaderClassName
{
color: #9DC86C;
}
.AnyTagClassName
{
color: #9DC86C;
}
</style>
background-color css
<style>
a { background-color: #9DC86C; }
a { background-color: rgb(157,200,108); }
div.DivClassName
{
background-color: #9DC86C;
}
.BgClassName
{
background-color: #9DC86C;
}
</style>
border-color css
<style>
span { border-color: #9DC86C; }
span { border-color: rgb(157,200,108); }
td.TdClassName
{
border-color: #9DC86C;
}
.TagClassName
{
border-color: #9DC86C;
}
</style>