Shades of Olivine #9FB276
Tints of Olivine #9FB276
RGB
CMYK
RGB Variations
Color information
#9FB276 (or 0x9FB276) is known color: Olivine. HEX triplet: 9F, B2 and 76. RGB value is (159,178,118). Sum of RGB (Red+Green+Blue) = 159+178+118=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB276 is #604D89. Grayscale: #A5A5A5. Windows color (decimal): -6311306 or 7778975. OLE color: 7778975.
HSL color Cylindrical-coordinate representation of color #9FB276: hue angle of 79º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FB276 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 118 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.30 |
| HSL | 79º | 0.28% | 0.58% | - |
| HSV(B) | 79º | 0.34% | 0.7% | - |
| XYZ | 33.49 | 40.52 | 23.2 | - |
| YUV | 165.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 118 | 0.11 | 0 | 0.34 | 0.30 | 79 | 0.28 | 0.58 |
| Hex | 9F | B2 | 76 | B | 0 | 22 | 1E | 4F | 1C | 3A |
| Octal | 237 | 262 | 166 | 13 | 0 | 42 | 36 | 117 | 34 | 72 |
| Binary | 10011111 | 10110010 | 1110110 | 1011 | 0 | 100010 | 11110 | 1001111 | 11100 | 111010 |
Color Harmonies of #9FB276
Complementary color
Monochromatic Colors of #9FB276
Black with #9FB276
Text Example
Text Example
White with #9FB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB276; }
p { color: rgb(159,178,118); }
H1.HeaderClassName
{
color: #9FB276;
}
.AnyTagClassName
{
color: #9FB276;
}
</style>
background-color css
<style>
a { background-color: #9FB276; }
a { background-color: rgb(159,178,118); }
div.DivClassName
{
background-color: #9FB276;
}
.BgClassName
{
background-color: #9FB276;
}
</style>
border-color css
<style>
span { border-color: #9FB276; }
span { border-color: rgb(159,178,118); }
td.TdClassName
{
border-color: #9FB276;
}
.TagClassName
{
border-color: #9FB276;
}
</style>