Shades of Olivine #9FB478
Tints of Olivine #9FB478
RGB
CMYK
RGB Variations
Color information
#9FB478 (or 0x9FB478) is known color: Olivine. HEX triplet: 9F, B4 and 78. RGB value is (159,180,120). Sum of RGB (Red+Green+Blue) = 159+180+120=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB478 is #604B87. Grayscale: #A7A7A7. Windows color (decimal): -6310792 or 7910559. OLE color: 7910559.
HSL color Cylindrical-coordinate representation of color #9FB478: hue angle of 81º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB478 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 120 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.29 |
| HSL | 81º | 0.29% | 0.59% | - |
| HSV(B) | 81º | 0.33% | 0.71% | - |
| XYZ | 34.01 | 41.37 | 23.96 | - |
| YUV | 166.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 120 | 0.12 | 0 | 0.33 | 0.29 | 81 | 0.29 | 0.59 |
| Hex | 9F | B4 | 78 | C | 0 | 21 | 1D | 51 | 1D | 3B |
| Octal | 237 | 264 | 170 | 14 | 0 | 41 | 35 | 121 | 35 | 73 |
| Binary | 10011111 | 10110100 | 1111000 | 1100 | 0 | 100001 | 11101 | 1010001 | 11101 | 111011 |
Color Harmonies of #9FB478
Complementary color
Monochromatic Colors of #9FB478
Black with #9FB478
Text Example
Text Example
White with #9FB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB478; }
p { color: rgb(159,180,120); }
H1.HeaderClassName
{
color: #9FB478;
}
.AnyTagClassName
{
color: #9FB478;
}
</style>
background-color css
<style>
a { background-color: #9FB478; }
a { background-color: rgb(159,180,120); }
div.DivClassName
{
background-color: #9FB478;
}
.BgClassName
{
background-color: #9FB478;
}
</style>
border-color css
<style>
span { border-color: #9FB478; }
span { border-color: rgb(159,180,120); }
td.TdClassName
{
border-color: #9FB478;
}
.TagClassName
{
border-color: #9FB478;
}
</style>