Shades of Olivine #9BAC7F
Tints of Olivine #9BAC7F
RGB
CMYK
RGB Variations
Color information
#9BAC7F (or 0x9BAC7F) is known color: Olivine. HEX triplet: 9B, AC and 7F. RGB value is (155,172,127). Sum of RGB (Red+Green+Blue) = 155+172+127=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC7F is #645380. Grayscale: #A1A1A1. Windows color (decimal): -6574977 or 8367259. OLE color: 8367259.
HSL color Cylindrical-coordinate representation of color #9BAC7F: hue angle of 82.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAC7F is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 127 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.33 |
| HSL | 82.67º | 0.21% | 0.59% | - |
| HSV(B) | 82.67º | 0.26% | 0.67% | - |
| XYZ | 32.1 | 38.01 | 25.72 | - |
| YUV | 161.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 127 | 0.10 | 0 | 0.26 | 0.33 | 82.67 | 0.21 | 0.59 |
| Hex | 9B | AC | 7F | A | 0 | 1A | 21 | 53 | 15 | 3B |
| Octal | 233 | 254 | 177 | 12 | 0 | 32 | 41 | 123 | 25 | 73 |
| Binary | 10011011 | 10101100 | 1111111 | 1010 | 0 | 11010 | 100001 | 1010011 | 10101 | 111011 |
Color Harmonies of #9BAC7F
Complementary color
Monochromatic Colors of #9BAC7F
Black with #9BAC7F
Text Example
Text Example
White with #9BAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC7F; }
p { color: rgb(155,172,127); }
H1.HeaderClassName
{
color: #9BAC7F;
}
.AnyTagClassName
{
color: #9BAC7F;
}
</style>
background-color css
<style>
a { background-color: #9BAC7F; }
a { background-color: rgb(155,172,127); }
div.DivClassName
{
background-color: #9BAC7F;
}
.BgClassName
{
background-color: #9BAC7F;
}
</style>
border-color css
<style>
span { border-color: #9BAC7F; }
span { border-color: rgb(155,172,127); }
td.TdClassName
{
border-color: #9BAC7F;
}
.TagClassName
{
border-color: #9BAC7F;
}
</style>