Shades of Olivine #9FB469
Tints of Olivine #9FB469
RGB
CMYK
RGB Variations
Color information
#9FB469 (or 0x9FB469) is known color: Olivine. HEX triplet: 9F, B4 and 69. RGB value is (159,180,105). Sum of RGB (Red+Green+Blue) = 159+180+105=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB469 is #604B96. Grayscale: #A5A5A5. Windows color (decimal): -6310807 or 6927519. OLE color: 6927519.
HSL color Cylindrical-coordinate representation of color #9FB469: hue angle of 76.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FB469 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 105 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.29 |
| HSL | 76.8º | 0.33% | 0.56% | - |
| HSV(B) | 76.8º | 0.42% | 0.71% | - |
| XYZ | 33.17 | 41.03 | 19.54 | - |
| YUV | 165.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 105 | 0.12 | 0 | 0.42 | 0.29 | 76.8 | 0.33 | 0.56 |
| Hex | 9F | B4 | 69 | C | 0 | 2A | 1D | 4D | 21 | 38 |
| Octal | 237 | 264 | 151 | 14 | 0 | 52 | 35 | 115 | 41 | 70 |
| Binary | 10011111 | 10110100 | 1101001 | 1100 | 0 | 101010 | 11101 | 1001101 | 100001 | 111000 |
Color Harmonies of #9FB469
Complementary color
Monochromatic Colors of #9FB469
Black with #9FB469
Text Example
Text Example
White with #9FB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB469; }
p { color: rgb(159,180,105); }
H1.HeaderClassName
{
color: #9FB469;
}
.AnyTagClassName
{
color: #9FB469;
}
</style>
background-color css
<style>
a { background-color: #9FB469; }
a { background-color: rgb(159,180,105); }
div.DivClassName
{
background-color: #9FB469;
}
.BgClassName
{
background-color: #9FB469;
}
</style>
border-color css
<style>
span { border-color: #9FB469; }
span { border-color: rgb(159,180,105); }
td.TdClassName
{
border-color: #9FB469;
}
.TagClassName
{
border-color: #9FB469;
}
</style>