Shades of Olivine #9FCC61
Tints of Olivine #9FCC61
RGB
CMYK
RGB Variations
Color information
#9FCC61 (or 0x9FCC61) is known color: Olivine. HEX triplet: 9F, CC and 61. RGB value is (159,204,97). Sum of RGB (Red+Green+Blue) = 159+204+97=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC61 is #60339E. Grayscale: #B2B2B2. Windows color (decimal): -6304671 or 6409375. OLE color: 6409375.
HSL color Cylindrical-coordinate representation of color #9FCC61: hue angle of 85.23º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FCC61 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 97 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.2 |
| HSL | 85.23º | 0.51% | 0.59% | - |
| HSV(B) | 85.23º | 0.52% | 0.8% | - |
| XYZ | 38.05 | 51.42 | 19.23 | - |
| YUV | 178.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 97 | 0.22 | 0 | 0.52 | 0.2 | 85.23 | 0.51 | 0.59 |
| Hex | 9F | CC | 61 | 16 | 0 | 34 | 14 | 55 | 33 | 3B |
| Octal | 237 | 314 | 141 | 26 | 0 | 64 | 24 | 125 | 63 | 73 |
| Binary | 10011111 | 11001100 | 1100001 | 10110 | 0 | 110100 | 10100 | 1010101 | 110011 | 111011 |
Color Harmonies of #9FCC61
Complementary color
Monochromatic Colors of #9FCC61
Black with #9FCC61
Text Example
Text Example
White with #9FCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC61; }
p { color: rgb(159,204,97); }
H1.HeaderClassName
{
color: #9FCC61;
}
.AnyTagClassName
{
color: #9FCC61;
}
</style>
background-color css
<style>
a { background-color: #9FCC61; }
a { background-color: rgb(159,204,97); }
div.DivClassName
{
background-color: #9FCC61;
}
.BgClassName
{
background-color: #9FCC61;
}
</style>
border-color css
<style>
span { border-color: #9FCC61; }
span { border-color: rgb(159,204,97); }
td.TdClassName
{
border-color: #9FCC61;
}
.TagClassName
{
border-color: #9FCC61;
}
</style>