Shades of Olivine #9DC07D
Tints of Olivine #9DC07D
RGB
CMYK
RGB Variations
Color information
#9DC07D (or 0x9DC07D) is known color: Olivine. HEX triplet: 9D, C0 and 7D. RGB value is (157,192,125). Sum of RGB (Red+Green+Blue) = 157+192+125=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC07D is #623F82. Grayscale: #AEAEAE. Windows color (decimal): -6438787 or 8241309. OLE color: 8241309.
HSL color Cylindrical-coordinate representation of color #9DC07D: hue angle of 91.34º 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 #9DC07D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 125 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 91.34º | 0.35% | 0.62% | - |
| HSV(B) | 91.34º | 0.35% | 0.75% | - |
| XYZ | 36.46 | 46.35 | 26.43 | - |
| YUV | 173.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 125 | 0.18 | 0 | 0.35 | 0.25 | 91.34 | 0.35 | 0.62 |
| Hex | 9D | C0 | 7D | 12 | 0 | 23 | 19 | 5B | 23 | 3E |
| Octal | 235 | 300 | 175 | 22 | 0 | 43 | 31 | 133 | 43 | 76 |
| Binary | 10011101 | 11000000 | 1111101 | 10010 | 0 | 100011 | 11001 | 1011011 | 100011 | 111110 |
Color Harmonies of #9DC07D
Complementary color
Monochromatic Colors of #9DC07D
Black with #9DC07D
Text Example
Text Example
White with #9DC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC07D; }
p { color: rgb(157,192,125); }
H1.HeaderClassName
{
color: #9DC07D;
}
.AnyTagClassName
{
color: #9DC07D;
}
</style>
background-color css
<style>
a { background-color: #9DC07D; }
a { background-color: rgb(157,192,125); }
div.DivClassName
{
background-color: #9DC07D;
}
.BgClassName
{
background-color: #9DC07D;
}
</style>
border-color css
<style>
span { border-color: #9DC07D; }
span { border-color: rgb(157,192,125); }
td.TdClassName
{
border-color: #9DC07D;
}
.TagClassName
{
border-color: #9DC07D;
}
</style>