Shades of Olive #8B8505
Tints of Olive #8B8505
RGB
CMYK
RGB Variations
Color information
#8B8505 (or 0x8B8505) is known color: Olive. HEX triplet: 8B, 85 and 05. RGB value is (139,133,5). Sum of RGB (Red+Green+Blue) = 139+133+5=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8505 is #747AFA. Grayscale: #787878. Windows color (decimal): -7633659 or 361867. OLE color: 361867.
HSL color Cylindrical-coordinate representation of color #8B8505: hue angle of 57.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B8505 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.45 |
| HSL | 57.31º | 0.93% | 0.28% | - |
| HSV(B) | 57.31º | 0.96% | 0.55% | - |
| XYZ | 19.06 | 22.27 | 3.44 | - |
| YUV | 120.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 5 | 0 | 0.04 | 0.96 | 0.45 | 57.31 | 0.93 | 0.28 |
| Hex | 8B | 85 | 5 | 0 | 4 | 60 | 2D | 39 | 5D | 1C |
| Octal | 213 | 205 | 5 | 0 | 4 | 140 | 55 | 71 | 135 | 34 |
| Binary | 10001011 | 10000101 | 101 | 0 | 100 | 1100000 | 101101 | 111001 | 1011101 | 11100 |
Color Harmonies of #8B8505
Complementary color
Monochromatic Colors of #8B8505
Black with #8B8505
Text Example
Text Example
White with #8B8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8505; }
p { color: rgb(139,133,5); }
H1.HeaderClassName
{
color: #8B8505;
}
.AnyTagClassName
{
color: #8B8505;
}
</style>
background-color css
<style>
a { background-color: #8B8505; }
a { background-color: rgb(139,133,5); }
div.DivClassName
{
background-color: #8B8505;
}
.BgClassName
{
background-color: #8B8505;
}
</style>
border-color css
<style>
span { border-color: #8B8505; }
span { border-color: rgb(139,133,5); }
td.TdClassName
{
border-color: #8B8505;
}
.TagClassName
{
border-color: #8B8505;
}
</style>