Shades of Olivine #9FB378
Tints of Olivine #9FB378
RGB
CMYK
RGB Variations
Color information
#9FB378 (or 0x9FB378) is known color: Olivine. HEX triplet: 9F, B3 and 78. RGB value is (159,179,120). Sum of RGB (Red+Green+Blue) = 159+179+120=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB378 is #604C87. Grayscale: #A6A6A6. Windows color (decimal): -6311048 or 7910303. OLE color: 7910303.
HSL color Cylindrical-coordinate representation of color #9FB378: hue angle of 80.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB378 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 120 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.30 |
| HSL | 80.34º | 0.28% | 0.59% | - |
| HSV(B) | 80.34º | 0.33% | 0.7% | - |
| XYZ | 33.81 | 40.97 | 23.89 | - |
| YUV | 166.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 120 | 0.11 | 0 | 0.33 | 0.30 | 80.34 | 0.28 | 0.59 |
| Hex | 9F | B3 | 78 | B | 0 | 21 | 1E | 50 | 1C | 3B |
| Octal | 237 | 263 | 170 | 13 | 0 | 41 | 36 | 120 | 34 | 73 |
| Binary | 10011111 | 10110011 | 1111000 | 1011 | 0 | 100001 | 11110 | 1010000 | 11100 | 111011 |
Color Harmonies of #9FB378
Complementary color
Monochromatic Colors of #9FB378
Black with #9FB378
Text Example
Text Example
White with #9FB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB378; }
p { color: rgb(159,179,120); }
H1.HeaderClassName
{
color: #9FB378;
}
.AnyTagClassName
{
color: #9FB378;
}
</style>
background-color css
<style>
a { background-color: #9FB378; }
a { background-color: rgb(159,179,120); }
div.DivClassName
{
background-color: #9FB378;
}
.BgClassName
{
background-color: #9FB378;
}
</style>
border-color css
<style>
span { border-color: #9FB378; }
span { border-color: rgb(159,179,120); }
td.TdClassName
{
border-color: #9FB378;
}
.TagClassName
{
border-color: #9FB378;
}
</style>