Shades of Olivine #9BAC75
Tints of Olivine #9BAC75
RGB
CMYK
RGB Variations
Color information
#9BAC75 (or 0x9BAC75) is known color: Olivine. HEX triplet: 9B, AC and 75. RGB value is (155,172,117). Sum of RGB (Red+Green+Blue) = 155+172+117=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC75 is #64538A. Grayscale: #A0A0A0. Windows color (decimal): -6574987 or 7711899. OLE color: 7711899.
HSL color Cylindrical-coordinate representation of color #9BAC75: hue angle of 78.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BAC75 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 117 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.33 |
| HSL | 78.55º | 0.25% | 0.57% | - |
| HSV(B) | 78.55º | 0.32% | 0.67% | - |
| XYZ | 31.48 | 37.76 | 22.46 | - |
| YUV | 160.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 117 | 0.10 | 0 | 0.32 | 0.33 | 78.55 | 0.25 | 0.57 |
| Hex | 9B | AC | 75 | A | 0 | 20 | 21 | 4F | 19 | 39 |
| Octal | 233 | 254 | 165 | 12 | 0 | 40 | 41 | 117 | 31 | 71 |
| Binary | 10011011 | 10101100 | 1110101 | 1010 | 0 | 100000 | 100001 | 1001111 | 11001 | 111001 |
Color Harmonies of #9BAC75
Complementary color
Monochromatic Colors of #9BAC75
Black with #9BAC75
Text Example
Text Example
White with #9BAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC75; }
p { color: rgb(155,172,117); }
H1.HeaderClassName
{
color: #9BAC75;
}
.AnyTagClassName
{
color: #9BAC75;
}
</style>
background-color css
<style>
a { background-color: #9BAC75; }
a { background-color: rgb(155,172,117); }
div.DivClassName
{
background-color: #9BAC75;
}
.BgClassName
{
background-color: #9BAC75;
}
</style>
border-color css
<style>
span { border-color: #9BAC75; }
span { border-color: rgb(155,172,117); }
td.TdClassName
{
border-color: #9BAC75;
}
.TagClassName
{
border-color: #9BAC75;
}
</style>