Shades of Olivine #9FCE6A
Tints of Olivine #9FCE6A
RGB
CMYK
RGB Variations
Color information
#9FCE6A (or 0x9FCE6A) is known color: Olivine. HEX triplet: 9F, CE and 6A. RGB value is (159,206,106). Sum of RGB (Red+Green+Blue) = 159+206+106=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE6A is #603195. Grayscale: #B4B4B4. Windows color (decimal): -6304150 or 6999711. OLE color: 6999711.
HSL color Cylindrical-coordinate representation of color #9FCE6A: hue angle of 88.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FCE6A is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 106 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.19 |
| HSL | 88.2º | 0.51% | 0.61% | - |
| HSV(B) | 88.2º | 0.49% | 0.81% | - |
| XYZ | 38.97 | 52.55 | 21.73 | - |
| YUV | 180.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 106 | 0.23 | 0 | 0.49 | 0.19 | 88.2 | 0.51 | 0.61 |
| Hex | 9F | CE | 6A | 17 | 0 | 31 | 13 | 58 | 33 | 3D |
| Octal | 237 | 316 | 152 | 27 | 0 | 61 | 23 | 130 | 63 | 75 |
| Binary | 10011111 | 11001110 | 1101010 | 10111 | 0 | 110001 | 10011 | 1011000 | 110011 | 111101 |
Color Harmonies of #9FCE6A
Complementary color
Monochromatic Colors of #9FCE6A
Black with #9FCE6A
Text Example
Text Example
White with #9FCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE6A; }
p { color: rgb(159,206,106); }
H1.HeaderClassName
{
color: #9FCE6A;
}
.AnyTagClassName
{
color: #9FCE6A;
}
</style>
background-color css
<style>
a { background-color: #9FCE6A; }
a { background-color: rgb(159,206,106); }
div.DivClassName
{
background-color: #9FCE6A;
}
.BgClassName
{
background-color: #9FCE6A;
}
</style>
border-color css
<style>
span { border-color: #9FCE6A; }
span { border-color: rgb(159,206,106); }
td.TdClassName
{
border-color: #9FCE6A;
}
.TagClassName
{
border-color: #9FCE6A;
}
</style>