Shades of Olive #8B8113
Tints of Olive #8B8113
RGB
CMYK
RGB Variations
Color information
#8B8113 (or 0x8B8113) is known color: Olive. HEX triplet: 8B, 81 and 13. RGB value is (139,129,19). Sum of RGB (Red+Green+Blue) = 139+129+19=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8113 is #747EEC. Grayscale: #777777. Windows color (decimal): -7634669 or 1278347. OLE color: 1278347.
HSL color Cylindrical-coordinate representation of color #8B8113: hue angle of 55º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8113 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 19 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.45 |
| HSL | 55º | 0.76% | 0.31% | - |
| HSV(B) | 55º | 0.86% | 0.55% | - |
| XYZ | 18.62 | 21.24 | 3.73 | - |
| YUV | 119.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 19 | 0 | 0.07 | 0.86 | 0.45 | 55 | 0.76 | 0.31 |
| Hex | 8B | 81 | 13 | 0 | 7 | 56 | 2D | 37 | 4C | 1F |
| Octal | 213 | 201 | 23 | 0 | 7 | 126 | 55 | 67 | 114 | 37 |
| Binary | 10001011 | 10000001 | 10011 | 0 | 111 | 1010110 | 101101 | 110111 | 1001100 | 11111 |
Color Harmonies of #8B8113
Complementary color
Monochromatic Colors of #8B8113
Black with #8B8113
Text Example
Text Example
White with #8B8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8113; }
p { color: rgb(139,129,19); }
H1.HeaderClassName
{
color: #8B8113;
}
.AnyTagClassName
{
color: #8B8113;
}
</style>
background-color css
<style>
a { background-color: #8B8113; }
a { background-color: rgb(139,129,19); }
div.DivClassName
{
background-color: #8B8113;
}
.BgClassName
{
background-color: #8B8113;
}
</style>
border-color css
<style>
span { border-color: #8B8113; }
span { border-color: rgb(139,129,19); }
td.TdClassName
{
border-color: #8B8113;
}
.TagClassName
{
border-color: #8B8113;
}
</style>