Shades of Olivine #9FCC62
Tints of Olivine #9FCC62
RGB
CMYK
RGB Variations
Color information
#9FCC62 (or 0x9FCC62) is known color: Olivine. HEX triplet: 9F, CC and 62. RGB value is (159,204,98). Sum of RGB (Red+Green+Blue) = 159+204+98=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC62 is #60339D. Grayscale: #B2B2B2. Windows color (decimal): -6304670 or 6474911. OLE color: 6474911.
HSL color Cylindrical-coordinate representation of color #9FCC62: hue angle of 85.47º 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 #9FCC62 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 98 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.2 |
| HSL | 85.47º | 0.51% | 0.59% | - |
| HSV(B) | 85.47º | 0.52% | 0.8% | - |
| XYZ | 38.1 | 51.44 | 19.48 | - |
| YUV | 178.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 98 | 0.22 | 0 | 0.52 | 0.2 | 85.47 | 0.51 | 0.59 |
| Hex | 9F | CC | 62 | 16 | 0 | 34 | 14 | 55 | 33 | 3B |
| Octal | 237 | 314 | 142 | 26 | 0 | 64 | 24 | 125 | 63 | 73 |
| Binary | 10011111 | 11001100 | 1100010 | 10110 | 0 | 110100 | 10100 | 1010101 | 110011 | 111011 |
Color Harmonies of #9FCC62
Complementary color
Monochromatic Colors of #9FCC62
Black with #9FCC62
Text Example
Text Example
White with #9FCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC62; }
p { color: rgb(159,204,98); }
H1.HeaderClassName
{
color: #9FCC62;
}
.AnyTagClassName
{
color: #9FCC62;
}
</style>
background-color css
<style>
a { background-color: #9FCC62; }
a { background-color: rgb(159,204,98); }
div.DivClassName
{
background-color: #9FCC62;
}
.BgClassName
{
background-color: #9FCC62;
}
</style>
border-color css
<style>
span { border-color: #9FCC62; }
span { border-color: rgb(159,204,98); }
td.TdClassName
{
border-color: #9FCC62;
}
.TagClassName
{
border-color: #9FCC62;
}
</style>