Shades of Olivine #9DC76A
Tints of Olivine #9DC76A
RGB
CMYK
RGB Variations
Color information
#9DC76A (or 0x9DC76A) is known color: Olivine. HEX triplet: 9D, C7 and 6A. RGB value is (157,199,106). Sum of RGB (Red+Green+Blue) = 157+199+106=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC76A is #623895. Grayscale: #B0B0B0. Windows color (decimal): -6437014 or 6997917. OLE color: 6997917.
HSL color Cylindrical-coordinate representation of color #9DC76A: hue angle of 87.1º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC76A is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 199 | 106 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.22 |
| HSL | 87.1º | 0.45% | 0.6% | - |
| HSV(B) | 87.1º | 0.47% | 0.78% | - |
| XYZ | 36.93 | 49.06 | 21.16 | - |
| YUV | 175.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 106 | 0.21 | 0 | 0.47 | 0.22 | 87.1 | 0.45 | 0.6 |
| Hex | 9D | C7 | 6A | 15 | 0 | 2F | 16 | 57 | 2D | 3C |
| Octal | 235 | 307 | 152 | 25 | 0 | 57 | 26 | 127 | 55 | 74 |
| Binary | 10011101 | 11000111 | 1101010 | 10101 | 0 | 101111 | 10110 | 1010111 | 101101 | 111100 |
Color Harmonies of #9DC76A
Complementary color
Monochromatic Colors of #9DC76A
Black with #9DC76A
Text Example
Text Example
White with #9DC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC76A; }
p { color: rgb(157,199,106); }
H1.HeaderClassName
{
color: #9DC76A;
}
.AnyTagClassName
{
color: #9DC76A;
}
</style>
background-color css
<style>
a { background-color: #9DC76A; }
a { background-color: rgb(157,199,106); }
div.DivClassName
{
background-color: #9DC76A;
}
.BgClassName
{
background-color: #9DC76A;
}
</style>
border-color css
<style>
span { border-color: #9DC76A; }
span { border-color: rgb(157,199,106); }
td.TdClassName
{
border-color: #9DC76A;
}
.TagClassName
{
border-color: #9DC76A;
}
</style>