Shades of Olivine #9DC973
Tints of Olivine #9DC973
RGB
CMYK
RGB Variations
Color information
#9DC973 (or 0x9DC973) is known color: Olivine. HEX triplet: 9D, C9 and 73. RGB value is (157,201,115). Sum of RGB (Red+Green+Blue) = 157+201+115=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC973 is #62368C. Grayscale: #B2B2B2. Windows color (decimal): -6436493 or 7588253. OLE color: 7588253.
HSL color Cylindrical-coordinate representation of color #9DC973: hue angle of 90.7º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DC973 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 115 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.21 |
| HSL | 90.7º | 0.44% | 0.62% | - |
| HSV(B) | 90.7º | 0.43% | 0.79% | - |
| XYZ | 37.89 | 50.18 | 23.91 | - |
| YUV | 178.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 115 | 0.22 | 0 | 0.43 | 0.21 | 90.7 | 0.44 | 0.62 |
| Hex | 9D | C9 | 73 | 16 | 0 | 2B | 15 | 5B | 2C | 3E |
| Octal | 235 | 311 | 163 | 26 | 0 | 53 | 25 | 133 | 54 | 76 |
| Binary | 10011101 | 11001001 | 1110011 | 10110 | 0 | 101011 | 10101 | 1011011 | 101100 | 111110 |
Color Harmonies of #9DC973
Complementary color
Monochromatic Colors of #9DC973
Black with #9DC973
Text Example
Text Example
White with #9DC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC973; }
p { color: rgb(157,201,115); }
H1.HeaderClassName
{
color: #9DC973;
}
.AnyTagClassName
{
color: #9DC973;
}
</style>
background-color css
<style>
a { background-color: #9DC973; }
a { background-color: rgb(157,201,115); }
div.DivClassName
{
background-color: #9DC973;
}
.BgClassName
{
background-color: #9DC973;
}
</style>
border-color css
<style>
span { border-color: #9DC973; }
span { border-color: rgb(157,201,115); }
td.TdClassName
{
border-color: #9DC973;
}
.TagClassName
{
border-color: #9DC973;
}
</style>