Shades of Olive #8B810B
Tints of Olive #8B810B
RGB
CMYK
RGB Variations
Color information
#8B810B (or 0x8B810B) is known color: Olive. HEX triplet: 8B, 81 and 0B. RGB value is (139,129,11). Sum of RGB (Red+Green+Blue) = 139+129+11=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B810B is #747EF4. Grayscale: #777777. Windows color (decimal): -7634677 or 754059. OLE color: 754059.
HSL color Cylindrical-coordinate representation of color #8B810B: hue angle of 55.31º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B810B is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 11 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.45 |
| HSL | 55.31º | 0.85% | 0.29% | - |
| HSV(B) | 55.31º | 0.92% | 0.55% | - |
| XYZ | 18.56 | 21.21 | 3.43 | - |
| YUV | 118.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 11 | 0 | 0.07 | 0.92 | 0.45 | 55.31 | 0.85 | 0.29 |
| Hex | 8B | 81 | B | 0 | 7 | 5C | 2D | 37 | 55 | 1D |
| Octal | 213 | 201 | 13 | 0 | 7 | 134 | 55 | 67 | 125 | 35 |
| Binary | 10001011 | 10000001 | 1011 | 0 | 111 | 1011100 | 101101 | 110111 | 1010101 | 11101 |
Color Harmonies of #8B810B
Complementary color
Monochromatic Colors of #8B810B
Black with #8B810B
Text Example
Text Example
White with #8B810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B810B; }
p { color: rgb(139,129,11); }
H1.HeaderClassName
{
color: #8B810B;
}
.AnyTagClassName
{
color: #8B810B;
}
</style>
background-color css
<style>
a { background-color: #8B810B; }
a { background-color: rgb(139,129,11); }
div.DivClassName
{
background-color: #8B810B;
}
.BgClassName
{
background-color: #8B810B;
}
</style>
border-color css
<style>
span { border-color: #8B810B; }
span { border-color: rgb(139,129,11); }
td.TdClassName
{
border-color: #8B810B;
}
.TagClassName
{
border-color: #8B810B;
}
</style>