Shades of Olivine #9FC069
Tints of Olivine #9FC069
RGB
CMYK
RGB Variations
Color information
#9FC069 (or 0x9FC069) is known color: Olivine. HEX triplet: 9F, C0 and 69. RGB value is (159,192,105). Sum of RGB (Red+Green+Blue) = 159+192+105=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC069 is #603F96. Grayscale: #ACACAC. Windows color (decimal): -6307735 or 6930591. OLE color: 6930591.
HSL color Cylindrical-coordinate representation of color #9FC069: hue angle of 82.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FC069 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 105 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 82.76º | 0.41% | 0.58% | - |
| HSV(B) | 82.76º | 0.45% | 0.75% | - |
| XYZ | 35.7 | 46.09 | 20.38 | - |
| YUV | 172.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 105 | 0.17 | 0 | 0.45 | 0.25 | 82.76 | 0.41 | 0.58 |
| Hex | 9F | C0 | 69 | 11 | 0 | 2D | 19 | 53 | 29 | 3A |
| Octal | 237 | 300 | 151 | 21 | 0 | 55 | 31 | 123 | 51 | 72 |
| Binary | 10011111 | 11000000 | 1101001 | 10001 | 0 | 101101 | 11001 | 1010011 | 101001 | 111010 |
Color Harmonies of #9FC069
Complementary color
Monochromatic Colors of #9FC069
Black with #9FC069
Text Example
Text Example
White with #9FC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC069; }
p { color: rgb(159,192,105); }
H1.HeaderClassName
{
color: #9FC069;
}
.AnyTagClassName
{
color: #9FC069;
}
</style>
background-color css
<style>
a { background-color: #9FC069; }
a { background-color: rgb(159,192,105); }
div.DivClassName
{
background-color: #9FC069;
}
.BgClassName
{
background-color: #9FC069;
}
</style>
border-color css
<style>
span { border-color: #9FC069; }
span { border-color: rgb(159,192,105); }
td.TdClassName
{
border-color: #9FC069;
}
.TagClassName
{
border-color: #9FC069;
}
</style>