Shades of Olivine #9DC071
Tints of Olivine #9DC071
RGB
CMYK
RGB Variations
Color information
#9DC071 (or 0x9DC071) is known color: Olivine. HEX triplet: 9D, C0 and 71. RGB value is (157,192,113). Sum of RGB (Red+Green+Blue) = 157+192+113=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC071 is #623F8E. Grayscale: #ACACAC. Windows color (decimal): -6438799 or 7454877. OLE color: 7454877.
HSL color Cylindrical-coordinate representation of color #9DC071: hue angle of 86.58º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DC071 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 113 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.25 |
| HSL | 86.58º | 0.39% | 0.6% | - |
| HSV(B) | 86.58º | 0.41% | 0.75% | - |
| XYZ | 35.73 | 46.06 | 22.63 | - |
| YUV | 172.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 113 | 0.18 | 0 | 0.41 | 0.25 | 86.58 | 0.39 | 0.6 |
| Hex | 9D | C0 | 71 | 12 | 0 | 29 | 19 | 57 | 27 | 3C |
| Octal | 235 | 300 | 161 | 22 | 0 | 51 | 31 | 127 | 47 | 74 |
| Binary | 10011101 | 11000000 | 1110001 | 10010 | 0 | 101001 | 11001 | 1010111 | 100111 | 111100 |
Color Harmonies of #9DC071
Complementary color
Monochromatic Colors of #9DC071
Black with #9DC071
Text Example
Text Example
White with #9DC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC071; }
p { color: rgb(157,192,113); }
H1.HeaderClassName
{
color: #9DC071;
}
.AnyTagClassName
{
color: #9DC071;
}
</style>
background-color css
<style>
a { background-color: #9DC071; }
a { background-color: rgb(157,192,113); }
div.DivClassName
{
background-color: #9DC071;
}
.BgClassName
{
background-color: #9DC071;
}
</style>
border-color css
<style>
span { border-color: #9DC071; }
span { border-color: rgb(157,192,113); }
td.TdClassName
{
border-color: #9DC071;
}
.TagClassName
{
border-color: #9DC071;
}
</style>