Shades of Olivine #9DC074
Tints of Olivine #9DC074
RGB
CMYK
RGB Variations
Color information
#9DC074 (or 0x9DC074) is known color: Olivine. HEX triplet: 9D, C0 and 74. RGB value is (157,192,116). Sum of RGB (Red+Green+Blue) = 157+192+116=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC074 is #623F8B. Grayscale: #ADADAD. Windows color (decimal): -6438796 or 7651485. OLE color: 7651485.
HSL color Cylindrical-coordinate representation of color #9DC074: hue angle of 87.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC074 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 116 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.25 |
| HSL | 87.63º | 0.38% | 0.6% | - |
| HSV(B) | 87.63º | 0.4% | 0.75% | - |
| XYZ | 35.91 | 46.13 | 23.53 | - |
| YUV | 172.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 116 | 0.18 | 0 | 0.40 | 0.25 | 87.63 | 0.38 | 0.6 |
| Hex | 9D | C0 | 74 | 12 | 0 | 28 | 19 | 58 | 26 | 3C |
| Octal | 235 | 300 | 164 | 22 | 0 | 50 | 31 | 130 | 46 | 74 |
| Binary | 10011101 | 11000000 | 1110100 | 10010 | 0 | 101000 | 11001 | 1011000 | 100110 | 111100 |
Color Harmonies of #9DC074
Complementary color
Monochromatic Colors of #9DC074
Black with #9DC074
Text Example
Text Example
White with #9DC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC074; }
p { color: rgb(157,192,116); }
H1.HeaderClassName
{
color: #9DC074;
}
.AnyTagClassName
{
color: #9DC074;
}
</style>
background-color css
<style>
a { background-color: #9DC074; }
a { background-color: rgb(157,192,116); }
div.DivClassName
{
background-color: #9DC074;
}
.BgClassName
{
background-color: #9DC074;
}
</style>
border-color css
<style>
span { border-color: #9DC074; }
span { border-color: rgb(157,192,116); }
td.TdClassName
{
border-color: #9DC074;
}
.TagClassName
{
border-color: #9DC074;
}
</style>