Shades of Olivine #9DC275
Tints of Olivine #9DC275
RGB
CMYK
RGB Variations
Color information
#9DC275 (or 0x9DC275) is known color: Olivine. HEX triplet: 9D, C2 and 75. RGB value is (157,194,117). Sum of RGB (Red+Green+Blue) = 157+194+117=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC275 is #623D8A. Grayscale: #AEAEAE. Windows color (decimal): -6438283 or 7717533. OLE color: 7717533.
HSL color Cylindrical-coordinate representation of color #9DC275: hue angle of 88.83º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC275 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 117 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.24 |
| HSL | 88.83º | 0.39% | 0.61% | - |
| HSV(B) | 88.83º | 0.4% | 0.76% | - |
| XYZ | 36.41 | 47.04 | 23.99 | - |
| YUV | 174.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 117 | 0.19 | 0 | 0.40 | 0.24 | 88.83 | 0.39 | 0.61 |
| Hex | 9D | C2 | 75 | 13 | 0 | 28 | 18 | 59 | 27 | 3D |
| Octal | 235 | 302 | 165 | 23 | 0 | 50 | 30 | 131 | 47 | 75 |
| Binary | 10011101 | 11000010 | 1110101 | 10011 | 0 | 101000 | 11000 | 1011001 | 100111 | 111101 |
Color Harmonies of #9DC275
Complementary color
Monochromatic Colors of #9DC275
Black with #9DC275
Text Example
Text Example
White with #9DC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC275; }
p { color: rgb(157,194,117); }
H1.HeaderClassName
{
color: #9DC275;
}
.AnyTagClassName
{
color: #9DC275;
}
</style>
background-color css
<style>
a { background-color: #9DC275; }
a { background-color: rgb(157,194,117); }
div.DivClassName
{
background-color: #9DC275;
}
.BgClassName
{
background-color: #9DC275;
}
</style>
border-color css
<style>
span { border-color: #9DC275; }
span { border-color: rgb(157,194,117); }
td.TdClassName
{
border-color: #9DC275;
}
.TagClassName
{
border-color: #9DC275;
}
</style>