Shades of Olivine #9DC37D
Tints of Olivine #9DC37D
RGB
CMYK
RGB Variations
Color information
#9DC37D (or 0x9DC37D) is known color: Olivine. HEX triplet: 9D, C3 and 7D. RGB value is (157,195,125). Sum of RGB (Red+Green+Blue) = 157+195+125=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC37D is #623C82. Grayscale: #AFAFAF. Windows color (decimal): -6438019 or 8242077. OLE color: 8242077.
HSL color Cylindrical-coordinate representation of color #9DC37D: hue angle of 92.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC37D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 125 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.24 |
| HSL | 92.57º | 0.37% | 0.63% | - |
| HSV(B) | 92.57º | 0.36% | 0.76% | - |
| XYZ | 37.12 | 47.68 | 26.65 | - |
| YUV | 175.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 125 | 0.19 | 0 | 0.36 | 0.24 | 92.57 | 0.37 | 0.63 |
| Hex | 9D | C3 | 7D | 13 | 0 | 24 | 18 | 5D | 25 | 3F |
| Octal | 235 | 303 | 175 | 23 | 0 | 44 | 30 | 135 | 45 | 77 |
| Binary | 10011101 | 11000011 | 1111101 | 10011 | 0 | 100100 | 11000 | 1011101 | 100101 | 111111 |
Color Harmonies of #9DC37D
Complementary color
Monochromatic Colors of #9DC37D
Black with #9DC37D
Text Example
Text Example
White with #9DC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC37D; }
p { color: rgb(157,195,125); }
H1.HeaderClassName
{
color: #9DC37D;
}
.AnyTagClassName
{
color: #9DC37D;
}
</style>
background-color css
<style>
a { background-color: #9DC37D; }
a { background-color: rgb(157,195,125); }
div.DivClassName
{
background-color: #9DC37D;
}
.BgClassName
{
background-color: #9DC37D;
}
</style>
border-color css
<style>
span { border-color: #9DC37D; }
span { border-color: rgb(157,195,125); }
td.TdClassName
{
border-color: #9DC37D;
}
.TagClassName
{
border-color: #9DC37D;
}
</style>