Shades of Olivine #9FCE72
Tints of Olivine #9FCE72
RGB
CMYK
RGB Variations
Color information
#9FCE72 (or 0x9FCE72) is known color: Olivine. HEX triplet: 9F, CE and 72. RGB value is (159,206,114). Sum of RGB (Red+Green+Blue) = 159+206+114=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE72 is #60318D. Grayscale: #B5B5B5. Windows color (decimal): -6304142 or 7523999. OLE color: 7523999.
HSL color Cylindrical-coordinate representation of color #9FCE72: hue angle of 90.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FCE72 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 114 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.19 |
| HSL | 90.65º | 0.48% | 0.63% | - |
| HSV(B) | 90.65º | 0.45% | 0.81% | - |
| XYZ | 39.41 | 52.73 | 24.02 | - |
| YUV | 181.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 114 | 0.23 | 0 | 0.45 | 0.19 | 90.65 | 0.48 | 0.63 |
| Hex | 9F | CE | 72 | 17 | 0 | 2D | 13 | 5B | 30 | 3F |
| Octal | 237 | 316 | 162 | 27 | 0 | 55 | 23 | 133 | 60 | 77 |
| Binary | 10011111 | 11001110 | 1110010 | 10111 | 0 | 101101 | 10011 | 1011011 | 110000 | 111111 |
Color Harmonies of #9FCE72
Complementary color
Monochromatic Colors of #9FCE72
Black with #9FCE72
Text Example
Text Example
White with #9FCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE72; }
p { color: rgb(159,206,114); }
H1.HeaderClassName
{
color: #9FCE72;
}
.AnyTagClassName
{
color: #9FCE72;
}
</style>
background-color css
<style>
a { background-color: #9FCE72; }
a { background-color: rgb(159,206,114); }
div.DivClassName
{
background-color: #9FCE72;
}
.BgClassName
{
background-color: #9FCE72;
}
</style>
border-color css
<style>
span { border-color: #9FCE72; }
span { border-color: rgb(159,206,114); }
td.TdClassName
{
border-color: #9FCE72;
}
.TagClassName
{
border-color: #9FCE72;
}
</style>