Shades of Olivine #9FB477
Tints of Olivine #9FB477
RGB
CMYK
RGB Variations
Color information
#9FB477 (or 0x9FB477) is known color: Olivine. HEX triplet: 9F, B4 and 77. RGB value is (159,180,119). Sum of RGB (Red+Green+Blue) = 159+180+119=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB477 is #604B88. Grayscale: #A6A6A6. Windows color (decimal): -6310793 or 7845023. OLE color: 7845023.
HSL color Cylindrical-coordinate representation of color #9FB477: hue angle of 80.66º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB477 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 119 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.29 |
| HSL | 80.66º | 0.29% | 0.59% | - |
| HSV(B) | 80.66º | 0.34% | 0.71% | - |
| XYZ | 33.95 | 41.35 | 23.64 | - |
| YUV | 166.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 119 | 0.12 | 0 | 0.34 | 0.29 | 80.66 | 0.29 | 0.59 |
| Hex | 9F | B4 | 77 | C | 0 | 22 | 1D | 51 | 1D | 3B |
| Octal | 237 | 264 | 167 | 14 | 0 | 42 | 35 | 121 | 35 | 73 |
| Binary | 10011111 | 10110100 | 1110111 | 1100 | 0 | 100010 | 11101 | 1010001 | 11101 | 111011 |
Color Harmonies of #9FB477
Complementary color
Monochromatic Colors of #9FB477
Black with #9FB477
Text Example
Text Example
White with #9FB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB477; }
p { color: rgb(159,180,119); }
H1.HeaderClassName
{
color: #9FB477;
}
.AnyTagClassName
{
color: #9FB477;
}
</style>
background-color css
<style>
a { background-color: #9FB477; }
a { background-color: rgb(159,180,119); }
div.DivClassName
{
background-color: #9FB477;
}
.BgClassName
{
background-color: #9FB477;
}
</style>
border-color css
<style>
span { border-color: #9FB477; }
span { border-color: rgb(159,180,119); }
td.TdClassName
{
border-color: #9FB477;
}
.TagClassName
{
border-color: #9FB477;
}
</style>