Shades of Olivine #9DC579
Tints of Olivine #9DC579
RGB
CMYK
RGB Variations
Color information
#9DC579 (or 0x9DC579) is known color: Olivine. HEX triplet: 9D, C5 and 79. RGB value is (157,197,121). Sum of RGB (Red+Green+Blue) = 157+197+121=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC579 is #623A86. Grayscale: #B0B0B0. Windows color (decimal): -6437511 or 7980445. OLE color: 7980445.
HSL color Cylindrical-coordinate representation of color #9DC579: hue angle of 91.58º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DC579 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 121 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.23 |
| HSL | 91.58º | 0.4% | 0.62% | - |
| HSV(B) | 91.58º | 0.39% | 0.77% | - |
| XYZ | 37.32 | 48.48 | 25.48 | - |
| YUV | 176.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 121 | 0.20 | 0 | 0.39 | 0.23 | 91.58 | 0.4 | 0.62 |
| Hex | 9D | C5 | 79 | 14 | 0 | 27 | 17 | 5C | 28 | 3E |
| Octal | 235 | 305 | 171 | 24 | 0 | 47 | 27 | 134 | 50 | 76 |
| Binary | 10011101 | 11000101 | 1111001 | 10100 | 0 | 100111 | 10111 | 1011100 | 101000 | 111110 |
Color Harmonies of #9DC579
Complementary color
Monochromatic Colors of #9DC579
Black with #9DC579
Text Example
Text Example
White with #9DC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC579; }
p { color: rgb(157,197,121); }
H1.HeaderClassName
{
color: #9DC579;
}
.AnyTagClassName
{
color: #9DC579;
}
</style>
background-color css
<style>
a { background-color: #9DC579; }
a { background-color: rgb(157,197,121); }
div.DivClassName
{
background-color: #9DC579;
}
.BgClassName
{
background-color: #9DC579;
}
</style>
border-color css
<style>
span { border-color: #9DC579; }
span { border-color: rgb(157,197,121); }
td.TdClassName
{
border-color: #9DC579;
}
.TagClassName
{
border-color: #9DC579;
}
</style>