Shades of Olivine #9DCA61
Tints of Olivine #9DCA61
RGB
CMYK
RGB Variations
Color information
#9DCA61 (or 0x9DCA61) is known color: Olivine. HEX triplet: 9D, CA and 61. RGB value is (157,202,97). Sum of RGB (Red+Green+Blue) = 157+202+97=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA61 is #62359E. Grayscale: #B0B0B0. Windows color (decimal): -6436255 or 6408861. OLE color: 6408861.
HSL color Cylindrical-coordinate representation of color #9DCA61: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DCA61 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 97 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.21 |
| HSL | 85.71º | 0.5% | 0.59% | - |
| HSV(B) | 85.71º | 0.52% | 0.79% | - |
| XYZ | 37.18 | 50.27 | 19.05 | - |
| YUV | 176.58 | 83.09 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 97 | 0.22 | 0 | 0.52 | 0.21 | 85.71 | 0.5 | 0.59 |
| Hex | 9D | CA | 61 | 16 | 0 | 34 | 15 | 56 | 32 | 3B |
| Octal | 235 | 312 | 141 | 26 | 0 | 64 | 25 | 126 | 62 | 73 |
| Binary | 10011101 | 11001010 | 1100001 | 10110 | 0 | 110100 | 10101 | 1010110 | 110010 | 111011 |
Color Harmonies of #9DCA61
Complementary color
Monochromatic Colors of #9DCA61
Black with #9DCA61
Text Example
Text Example
White with #9DCA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA61; }
p { color: rgb(157,202,97); }
H1.HeaderClassName
{
color: #9DCA61;
}
.AnyTagClassName
{
color: #9DCA61;
}
</style>
background-color css
<style>
a { background-color: #9DCA61; }
a { background-color: rgb(157,202,97); }
div.DivClassName
{
background-color: #9DCA61;
}
.BgClassName
{
background-color: #9DCA61;
}
</style>
border-color css
<style>
span { border-color: #9DCA61; }
span { border-color: rgb(157,202,97); }
td.TdClassName
{
border-color: #9DCA61;
}
.TagClassName
{
border-color: #9DCA61;
}
</style>