Shades of Olive #8B6E01
Tints of Olive #8B6E01
RGB
CMYK
RGB Variations
Color information
#8B6E01 (or 0x8B6E01) is known color: Olive. HEX triplet: 8B, 6E and 01. RGB value is (139,110,1). Sum of RGB (Red+Green+Blue) = 139+110+1=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E01 is #7491FE. Grayscale: #6A6A6A. Windows color (decimal): -7639551 or 93835. OLE color: 93835.
HSL color Cylindrical-coordinate representation of color #8B6E01: hue angle of 47.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B6E01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.45 |
| HSL | 47.39º | 0.99% | 0.27% | - |
| HSV(B) | 47.39º | 0.99% | 0.55% | - |
| XYZ | 16.23 | 16.64 | 2.39 | - |
| YUV | 106.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 1 | 0 | 0.21 | 0.99 | 0.45 | 47.39 | 0.99 | 0.27 |
| Hex | 8B | 6E | 1 | 0 | 15 | 63 | 2D | 2F | 63 | 1B |
| Octal | 213 | 156 | 1 | 0 | 25 | 143 | 55 | 57 | 143 | 33 |
| Binary | 10001011 | 1101110 | 1 | 0 | 10101 | 1100011 | 101101 | 101111 | 1100011 | 11011 |
Color Harmonies of #8B6E01
Complementary color
Monochromatic Colors of #8B6E01
Black with #8B6E01
Text Example
Text Example
White with #8B6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E01; }
p { color: rgb(139,110,1); }
H1.HeaderClassName
{
color: #8B6E01;
}
.AnyTagClassName
{
color: #8B6E01;
}
</style>
background-color css
<style>
a { background-color: #8B6E01; }
a { background-color: rgb(139,110,1); }
div.DivClassName
{
background-color: #8B6E01;
}
.BgClassName
{
background-color: #8B6E01;
}
</style>
border-color css
<style>
span { border-color: #8B6E01; }
span { border-color: rgb(139,110,1); }
td.TdClassName
{
border-color: #8B6E01;
}
.TagClassName
{
border-color: #8B6E01;
}
</style>