Shades of Olivine #9FCA61
Tints of Olivine #9FCA61
RGB
CMYK
RGB Variations
Color information
#9FCA61 (or 0x9FCA61) is known color: Olivine. HEX triplet: 9F, CA and 61. RGB value is (159,202,97). Sum of RGB (Red+Green+Blue) = 159+202+97=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA61 is #60359E. Grayscale: #B1B1B1. Windows color (decimal): -6305183 or 6408863. OLE color: 6408863.
HSL color Cylindrical-coordinate representation of color #9FCA61: hue angle of 84.57º 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 #9FCA61 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 97 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.21 |
| HSL | 84.57º | 0.5% | 0.59% | - |
| HSV(B) | 84.57º | 0.52% | 0.79% | - |
| XYZ | 37.58 | 50.48 | 19.07 | - |
| YUV | 177.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 97 | 0.21 | 0 | 0.52 | 0.21 | 84.57 | 0.5 | 0.59 |
| Hex | 9F | CA | 61 | 15 | 0 | 34 | 15 | 55 | 32 | 3B |
| Octal | 237 | 312 | 141 | 25 | 0 | 64 | 25 | 125 | 62 | 73 |
| Binary | 10011111 | 11001010 | 1100001 | 10101 | 0 | 110100 | 10101 | 1010101 | 110010 | 111011 |
Color Harmonies of #9FCA61
Complementary color
Monochromatic Colors of #9FCA61
Black with #9FCA61
Text Example
Text Example
White with #9FCA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA61; }
p { color: rgb(159,202,97); }
H1.HeaderClassName
{
color: #9FCA61;
}
.AnyTagClassName
{
color: #9FCA61;
}
</style>
background-color css
<style>
a { background-color: #9FCA61; }
a { background-color: rgb(159,202,97); }
div.DivClassName
{
background-color: #9FCA61;
}
.BgClassName
{
background-color: #9FCA61;
}
</style>
border-color css
<style>
span { border-color: #9FCA61; }
span { border-color: rgb(159,202,97); }
td.TdClassName
{
border-color: #9FCA61;
}
.TagClassName
{
border-color: #9FCA61;
}
</style>