Shades of Olive #8B880D
Tints of Olive #8B880D
RGB
CMYK
RGB Variations
Color information
#8B880D (or 0x8B880D) is known color: Olive. HEX triplet: 8B, 88 and 0D. RGB value is (139,136,13). Sum of RGB (Red+Green+Blue) = 139+136+13=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B880D is #7477F2. Grayscale: #7B7B7B. Windows color (decimal): -7632883 or 886923. OLE color: 886923.
HSL color Cylindrical-coordinate representation of color #8B880D: hue angle of 58.57º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B880D is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 13 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.45 |
| HSL | 58.57º | 0.83% | 0.3% | - |
| HSV(B) | 58.57º | 0.91% | 0.55% | - |
| XYZ | 19.52 | 23.13 | 3.82 | - |
| YUV | 122.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 13 | 0 | 0.02 | 0.91 | 0.45 | 58.57 | 0.83 | 0.3 |
| Hex | 8B | 88 | D | 0 | 2 | 5B | 2D | 3B | 53 | 1E |
| Octal | 213 | 210 | 15 | 0 | 2 | 133 | 55 | 73 | 123 | 36 |
| Binary | 10001011 | 10001000 | 1101 | 0 | 10 | 1011011 | 101101 | 111011 | 1010011 | 11110 |
Color Harmonies of #8B880D
Complementary color
Monochromatic Colors of #8B880D
Black with #8B880D
Text Example
Text Example
White with #8B880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B880D; }
p { color: rgb(139,136,13); }
H1.HeaderClassName
{
color: #8B880D;
}
.AnyTagClassName
{
color: #8B880D;
}
</style>
background-color css
<style>
a { background-color: #8B880D; }
a { background-color: rgb(139,136,13); }
div.DivClassName
{
background-color: #8B880D;
}
.BgClassName
{
background-color: #8B880D;
}
</style>
border-color css
<style>
span { border-color: #8B880D; }
span { border-color: rgb(139,136,13); }
td.TdClassName
{
border-color: #8B880D;
}
.TagClassName
{
border-color: #8B880D;
}
</style>