Shades of Olivine #9DC575
Tints of Olivine #9DC575
RGB
CMYK
RGB Variations
Color information
#9DC575 (or 0x9DC575) is known color: Olivine. HEX triplet: 9D, C5 and 75. RGB value is (157,197,117). Sum of RGB (Red+Green+Blue) = 157+197+117=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC575 is #623A8A. Grayscale: #B0B0B0. Windows color (decimal): -6437515 or 7718301. OLE color: 7718301.
HSL color Cylindrical-coordinate representation of color #9DC575: hue angle of 90º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DC575 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 117 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.23 |
| HSL | 90º | 0.41% | 0.62% | - |
| HSV(B) | 90º | 0.41% | 0.77% | - |
| XYZ | 37.08 | 48.38 | 24.21 | - |
| YUV | 175.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 117 | 0.20 | 0 | 0.41 | 0.23 | 90 | 0.41 | 0.62 |
| Hex | 9D | C5 | 75 | 14 | 0 | 29 | 17 | 5A | 29 | 3E |
| Octal | 235 | 305 | 165 | 24 | 0 | 51 | 27 | 132 | 51 | 76 |
| Binary | 10011101 | 11000101 | 1110101 | 10100 | 0 | 101001 | 10111 | 1011010 | 101001 | 111110 |
Color Harmonies of #9DC575
Complementary color
Monochromatic Colors of #9DC575
Black with #9DC575
Text Example
Text Example
White with #9DC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC575; }
p { color: rgb(157,197,117); }
H1.HeaderClassName
{
color: #9DC575;
}
.AnyTagClassName
{
color: #9DC575;
}
</style>
background-color css
<style>
a { background-color: #9DC575; }
a { background-color: rgb(157,197,117); }
div.DivClassName
{
background-color: #9DC575;
}
.BgClassName
{
background-color: #9DC575;
}
</style>
border-color css
<style>
span { border-color: #9DC575; }
span { border-color: rgb(157,197,117); }
td.TdClassName
{
border-color: #9DC575;
}
.TagClassName
{
border-color: #9DC575;
}
</style>