Shades of Olivine #9FCE68
Tints of Olivine #9FCE68
RGB
CMYK
RGB Variations
Color information
#9FCE68 (or 0x9FCE68) is known color: Olivine. HEX triplet: 9F, CE and 68. RGB value is (159,206,104). Sum of RGB (Red+Green+Blue) = 159+206+104=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE68 is #603197. Grayscale: #B4B4B4. Windows color (decimal): -6304152 or 6868639. OLE color: 6868639.
HSL color Cylindrical-coordinate representation of color #9FCE68: hue angle of 87.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FCE68 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 104 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.19 |
| HSL | 87.65º | 0.51% | 0.61% | - |
| HSV(B) | 87.65º | 0.5% | 0.81% | - |
| XYZ | 38.87 | 52.51 | 21.18 | - |
| YUV | 180.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 104 | 0.23 | 0 | 0.50 | 0.19 | 87.65 | 0.51 | 0.61 |
| Hex | 9F | CE | 68 | 17 | 0 | 32 | 13 | 58 | 33 | 3D |
| Octal | 237 | 316 | 150 | 27 | 0 | 62 | 23 | 130 | 63 | 75 |
| Binary | 10011111 | 11001110 | 1101000 | 10111 | 0 | 110010 | 10011 | 1011000 | 110011 | 111101 |
Color Harmonies of #9FCE68
Complementary color
Monochromatic Colors of #9FCE68
Black with #9FCE68
Text Example
Text Example
White with #9FCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE68; }
p { color: rgb(159,206,104); }
H1.HeaderClassName
{
color: #9FCE68;
}
.AnyTagClassName
{
color: #9FCE68;
}
</style>
background-color css
<style>
a { background-color: #9FCE68; }
a { background-color: rgb(159,206,104); }
div.DivClassName
{
background-color: #9FCE68;
}
.BgClassName
{
background-color: #9FCE68;
}
</style>
border-color css
<style>
span { border-color: #9FCE68; }
span { border-color: rgb(159,206,104); }
td.TdClassName
{
border-color: #9FCE68;
}
.TagClassName
{
border-color: #9FCE68;
}
</style>