Shades of Olivine #9FB072
Tints of Olivine #9FB072
RGB
CMYK
RGB Variations
Color information
#9FB072 (or 0x9FB072) is known color: Olivine. HEX triplet: 9F, B0 and 72. RGB value is (159,176,114). Sum of RGB (Red+Green+Blue) = 159+176+114=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB072 is #604F8D. Grayscale: #A4A4A4. Windows color (decimal): -6311822 or 7516319. OLE color: 7516319.
HSL color Cylindrical-coordinate representation of color #9FB072: hue angle of 76.45º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB072 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 114 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.31 |
| HSL | 76.45º | 0.28% | 0.57% | - |
| HSV(B) | 76.45º | 0.35% | 0.69% | - |
| XYZ | 32.86 | 39.64 | 21.84 | - |
| YUV | 163.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 114 | 0.10 | 0 | 0.35 | 0.31 | 76.45 | 0.28 | 0.57 |
| Hex | 9F | B0 | 72 | A | 0 | 23 | 1F | 4C | 1C | 39 |
| Octal | 237 | 260 | 162 | 12 | 0 | 43 | 37 | 114 | 34 | 71 |
| Binary | 10011111 | 10110000 | 1110010 | 1010 | 0 | 100011 | 11111 | 1001100 | 11100 | 111001 |
Color Harmonies of #9FB072
Complementary color
Monochromatic Colors of #9FB072
Black with #9FB072
Text Example
Text Example
White with #9FB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB072; }
p { color: rgb(159,176,114); }
H1.HeaderClassName
{
color: #9FB072;
}
.AnyTagClassName
{
color: #9FB072;
}
</style>
background-color css
<style>
a { background-color: #9FB072; }
a { background-color: rgb(159,176,114); }
div.DivClassName
{
background-color: #9FB072;
}
.BgClassName
{
background-color: #9FB072;
}
</style>
border-color css
<style>
span { border-color: #9FB072; }
span { border-color: rgb(159,176,114); }
td.TdClassName
{
border-color: #9FB072;
}
.TagClassName
{
border-color: #9FB072;
}
</style>