Shades of Olivine #9FBF69
Tints of Olivine #9FBF69
RGB
CMYK
RGB Variations
Color information
#9FBF69 (or 0x9FBF69) is known color: Olivine. HEX triplet: 9F, BF and 69. RGB value is (159,191,105). Sum of RGB (Red+Green+Blue) = 159+191+105=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF69 is #604096. Grayscale: #ABABAB. Windows color (decimal): -6307991 or 6930335. OLE color: 6930335.
HSL color Cylindrical-coordinate representation of color #9FBF69: hue angle of 82.33º degrees, saturation: 0.4, 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 #9FBF69 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 105 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 82.33º | 0.4% | 0.58% | - |
| HSV(B) | 82.33º | 0.45% | 0.75% | - |
| XYZ | 35.48 | 45.65 | 20.31 | - |
| YUV | 171.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 105 | 0.17 | 0 | 0.45 | 0.25 | 82.33 | 0.4 | 0.58 |
| Hex | 9F | BF | 69 | 11 | 0 | 2D | 19 | 52 | 28 | 3A |
| Octal | 237 | 277 | 151 | 21 | 0 | 55 | 31 | 122 | 50 | 72 |
| Binary | 10011111 | 10111111 | 1101001 | 10001 | 0 | 101101 | 11001 | 1010010 | 101000 | 111010 |
Color Harmonies of #9FBF69
Complementary color
Monochromatic Colors of #9FBF69
Black with #9FBF69
Text Example
Text Example
White with #9FBF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF69; }
p { color: rgb(159,191,105); }
H1.HeaderClassName
{
color: #9FBF69;
}
.AnyTagClassName
{
color: #9FBF69;
}
</style>
background-color css
<style>
a { background-color: #9FBF69; }
a { background-color: rgb(159,191,105); }
div.DivClassName
{
background-color: #9FBF69;
}
.BgClassName
{
background-color: #9FBF69;
}
</style>
border-color css
<style>
span { border-color: #9FBF69; }
span { border-color: rgb(159,191,105); }
td.TdClassName
{
border-color: #9FBF69;
}
.TagClassName
{
border-color: #9FBF69;
}
</style>