Shades of Olivine #9FB175
Tints of Olivine #9FB175
RGB
CMYK
RGB Variations
Color information
#9FB175 (or 0x9FB175) is known color: Olivine. HEX triplet: 9F, B1 and 75. RGB value is (159,177,117). Sum of RGB (Red+Green+Blue) = 159+177+117=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB175 is #604E8A. Grayscale: #A5A5A5. Windows color (decimal): -6311563 or 7713183. OLE color: 7713183.
HSL color Cylindrical-coordinate representation of color #9FB175: hue angle of 78º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB175 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 117 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.31 |
| HSL | 78º | 0.28% | 0.58% | - |
| HSV(B) | 78º | 0.34% | 0.69% | - |
| XYZ | 33.23 | 40.1 | 22.82 | - |
| YUV | 164.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 117 | 0.10 | 0 | 0.34 | 0.31 | 78 | 0.28 | 0.58 |
| Hex | 9F | B1 | 75 | A | 0 | 22 | 1F | 4E | 1C | 3A |
| Octal | 237 | 261 | 165 | 12 | 0 | 42 | 37 | 116 | 34 | 72 |
| Binary | 10011111 | 10110001 | 1110101 | 1010 | 0 | 100010 | 11111 | 1001110 | 11100 | 111010 |
Color Harmonies of #9FB175
Complementary color
Monochromatic Colors of #9FB175
Black with #9FB175
Text Example
Text Example
White with #9FB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB175; }
p { color: rgb(159,177,117); }
H1.HeaderClassName
{
color: #9FB175;
}
.AnyTagClassName
{
color: #9FB175;
}
</style>
background-color css
<style>
a { background-color: #9FB175; }
a { background-color: rgb(159,177,117); }
div.DivClassName
{
background-color: #9FB175;
}
.BgClassName
{
background-color: #9FB175;
}
</style>
border-color css
<style>
span { border-color: #9FB175; }
span { border-color: rgb(159,177,117); }
td.TdClassName
{
border-color: #9FB175;
}
.TagClassName
{
border-color: #9FB175;
}
</style>