Shades of Olivine #9DC077
Tints of Olivine #9DC077
RGB
CMYK
RGB Variations
Color information
#9DC077 (or 0x9DC077) is known color: Olivine. HEX triplet: 9D, C0 and 77. RGB value is (157,192,119). Sum of RGB (Red+Green+Blue) = 157+192+119=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC077 is #623F88. Grayscale: #ADADAD. Windows color (decimal): -6438793 or 7848093. OLE color: 7848093.
HSL color Cylindrical-coordinate representation of color #9DC077: hue angle of 88.77º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC077 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 119 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.25 |
| HSL | 88.77º | 0.37% | 0.61% | - |
| HSV(B) | 88.77º | 0.38% | 0.75% | - |
| XYZ | 36.08 | 46.2 | 24.47 | - |
| YUV | 173.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 119 | 0.18 | 0 | 0.38 | 0.25 | 88.77 | 0.37 | 0.61 |
| Hex | 9D | C0 | 77 | 12 | 0 | 26 | 19 | 59 | 25 | 3D |
| Octal | 235 | 300 | 167 | 22 | 0 | 46 | 31 | 131 | 45 | 75 |
| Binary | 10011101 | 11000000 | 1110111 | 10010 | 0 | 100110 | 11001 | 1011001 | 100101 | 111101 |
Color Harmonies of #9DC077
Complementary color
Monochromatic Colors of #9DC077
Black with #9DC077
Text Example
Text Example
White with #9DC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC077; }
p { color: rgb(157,192,119); }
H1.HeaderClassName
{
color: #9DC077;
}
.AnyTagClassName
{
color: #9DC077;
}
</style>
background-color css
<style>
a { background-color: #9DC077; }
a { background-color: rgb(157,192,119); }
div.DivClassName
{
background-color: #9DC077;
}
.BgClassName
{
background-color: #9DC077;
}
</style>
border-color css
<style>
span { border-color: #9DC077; }
span { border-color: rgb(157,192,119); }
td.TdClassName
{
border-color: #9DC077;
}
.TagClassName
{
border-color: #9DC077;
}
</style>