Shades of Olivine #9DC072
Tints of Olivine #9DC072
RGB
CMYK
RGB Variations
Color information
#9DC072 (or 0x9DC072) is known color: Olivine. HEX triplet: 9D, C0 and 72. RGB value is (157,192,114). Sum of RGB (Red+Green+Blue) = 157+192+114=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC072 is #623F8D. Grayscale: #ACACAC. Windows color (decimal): -6438798 or 7520413. OLE color: 7520413.
HSL color Cylindrical-coordinate representation of color #9DC072: hue angle of 86.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DC072 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 114 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.25 |
| HSL | 86.92º | 0.38% | 0.6% | - |
| HSV(B) | 86.92º | 0.41% | 0.75% | - |
| XYZ | 35.79 | 46.08 | 22.93 | - |
| YUV | 172.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 114 | 0.18 | 0 | 0.41 | 0.25 | 86.92 | 0.38 | 0.6 |
| Hex | 9D | C0 | 72 | 12 | 0 | 29 | 19 | 57 | 26 | 3C |
| Octal | 235 | 300 | 162 | 22 | 0 | 51 | 31 | 127 | 46 | 74 |
| Binary | 10011101 | 11000000 | 1110010 | 10010 | 0 | 101001 | 11001 | 1010111 | 100110 | 111100 |
Color Harmonies of #9DC072
Complementary color
Monochromatic Colors of #9DC072
Black with #9DC072
Text Example
Text Example
White with #9DC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC072; }
p { color: rgb(157,192,114); }
H1.HeaderClassName
{
color: #9DC072;
}
.AnyTagClassName
{
color: #9DC072;
}
</style>
background-color css
<style>
a { background-color: #9DC072; }
a { background-color: rgb(157,192,114); }
div.DivClassName
{
background-color: #9DC072;
}
.BgClassName
{
background-color: #9DC072;
}
</style>
border-color css
<style>
span { border-color: #9DC072; }
span { border-color: rgb(157,192,114); }
td.TdClassName
{
border-color: #9DC072;
}
.TagClassName
{
border-color: #9DC072;
}
</style>