Shades of Olive #9B8705
Tints of Olive #9B8705
RGB
CMYK
RGB Variations
Color information
#9B8705 (or 0x9B8705) is known color: Olive. HEX triplet: 9B, 87 and 05. RGB value is (155,135,5). Sum of RGB (Red+Green+Blue) = 155+135+5=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8705 is #6478FA. Grayscale: #7E7E7E. Windows color (decimal): -6584571 or 362395. OLE color: 362395.
HSL color Cylindrical-coordinate representation of color #9B8705: hue angle of 52º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B8705 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.39 |
| HSL | 52º | 0.94% | 0.31% | - |
| HSV(B) | 52º | 0.97% | 0.61% | - |
| XYZ | 22.21 | 24.31 | 3.66 | - |
| YUV | 126.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 5 | 0 | 0.13 | 0.97 | 0.39 | 52 | 0.94 | 0.31 |
| Hex | 9B | 87 | 5 | 0 | D | 61 | 27 | 34 | 5E | 1F |
| Octal | 233 | 207 | 5 | 0 | 15 | 141 | 47 | 64 | 136 | 37 |
| Binary | 10011011 | 10000111 | 101 | 0 | 1101 | 1100001 | 100111 | 110100 | 1011110 | 11111 |
Color Harmonies of #9B8705
Complementary color
Monochromatic Colors of #9B8705
Black with #9B8705
Text Example
Text Example
White with #9B8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8705; }
p { color: rgb(155,135,5); }
H1.HeaderClassName
{
color: #9B8705;
}
.AnyTagClassName
{
color: #9B8705;
}
</style>
background-color css
<style>
a { background-color: #9B8705; }
a { background-color: rgb(155,135,5); }
div.DivClassName
{
background-color: #9B8705;
}
.BgClassName
{
background-color: #9B8705;
}
</style>
border-color css
<style>
span { border-color: #9B8705; }
span { border-color: rgb(155,135,5); }
td.TdClassName
{
border-color: #9B8705;
}
.TagClassName
{
border-color: #9B8705;
}
</style>