Shades of Olivine #9FC669
Tints of Olivine #9FC669
RGB
CMYK
RGB Variations
Color information
#9FC669 (or 0x9FC669) is known color: Olivine. HEX triplet: 9F, C6 and 69. RGB value is (159,198,105). Sum of RGB (Red+Green+Blue) = 159+198+105=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC669 is #603996. Grayscale: #B0B0B0. Windows color (decimal): -6306199 or 6932127. OLE color: 6932127.
HSL color Cylindrical-coordinate representation of color #9FC669: hue angle of 85.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FC669 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 105 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.22 |
| HSL | 85.16º | 0.45% | 0.59% | - |
| HSV(B) | 85.16º | 0.47% | 0.78% | - |
| XYZ | 37.04 | 48.78 | 20.83 | - |
| YUV | 175.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 105 | 0.20 | 0 | 0.47 | 0.22 | 85.16 | 0.45 | 0.59 |
| Hex | 9F | C6 | 69 | 14 | 0 | 2F | 16 | 55 | 2D | 3B |
| Octal | 237 | 306 | 151 | 24 | 0 | 57 | 26 | 125 | 55 | 73 |
| Binary | 10011111 | 11000110 | 1101001 | 10100 | 0 | 101111 | 10110 | 1010101 | 101101 | 111011 |
Color Harmonies of #9FC669
Complementary color
Monochromatic Colors of #9FC669
Black with #9FC669
Text Example
Text Example
White with #9FC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC669; }
p { color: rgb(159,198,105); }
H1.HeaderClassName
{
color: #9FC669;
}
.AnyTagClassName
{
color: #9FC669;
}
</style>
background-color css
<style>
a { background-color: #9FC669; }
a { background-color: rgb(159,198,105); }
div.DivClassName
{
background-color: #9FC669;
}
.BgClassName
{
background-color: #9FC669;
}
</style>
border-color css
<style>
span { border-color: #9FC669; }
span { border-color: rgb(159,198,105); }
td.TdClassName
{
border-color: #9FC669;
}
.TagClassName
{
border-color: #9FC669;
}
</style>