Shades of Olivine #9DC07C
Tints of Olivine #9DC07C
RGB
CMYK
RGB Variations
Color information
#9DC07C (or 0x9DC07C) is known color: Olivine. HEX triplet: 9D, C0 and 7C. RGB value is (157,192,124). Sum of RGB (Red+Green+Blue) = 157+192+124=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC07C is #623F83. Grayscale: #AEAEAE. Windows color (decimal): -6438788 or 8175773. OLE color: 8175773.
HSL color Cylindrical-coordinate representation of color #9DC07C: hue angle of 90.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC07C is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 124 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90.88º | 0.35% | 0.62% | - |
| HSV(B) | 90.88º | 0.35% | 0.75% | - |
| XYZ | 36.39 | 46.32 | 26.09 | - |
| YUV | 173.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 124 | 0.18 | 0 | 0.35 | 0.25 | 90.88 | 0.35 | 0.62 |
| Hex | 9D | C0 | 7C | 12 | 0 | 23 | 19 | 5B | 23 | 3E |
| Octal | 235 | 300 | 174 | 22 | 0 | 43 | 31 | 133 | 43 | 76 |
| Binary | 10011101 | 11000000 | 1111100 | 10010 | 0 | 100011 | 11001 | 1011011 | 100011 | 111110 |
Color Harmonies of #9DC07C
Complementary color
Monochromatic Colors of #9DC07C
Black with #9DC07C
Text Example
Text Example
White with #9DC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC07C; }
p { color: rgb(157,192,124); }
H1.HeaderClassName
{
color: #9DC07C;
}
.AnyTagClassName
{
color: #9DC07C;
}
</style>
background-color css
<style>
a { background-color: #9DC07C; }
a { background-color: rgb(157,192,124); }
div.DivClassName
{
background-color: #9DC07C;
}
.BgClassName
{
background-color: #9DC07C;
}
</style>
border-color css
<style>
span { border-color: #9DC07C; }
span { border-color: rgb(157,192,124); }
td.TdClassName
{
border-color: #9DC07C;
}
.TagClassName
{
border-color: #9DC07C;
}
</style>