Shades of Olive #8B8801
Tints of Olive #8B8801
RGB
CMYK
RGB Variations
Color information
#8B8801 (or 0x8B8801) is known color: Olive. HEX triplet: 8B, 88 and 01. RGB value is (139,136,1). Sum of RGB (Red+Green+Blue) = 139+136+1=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8801 is #7477FE. Grayscale: #7A7A7A. Windows color (decimal): -7632895 or 100491. OLE color: 100491.
HSL color Cylindrical-coordinate representation of color #8B8801: hue angle of 58.7º 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 #8B8801 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.45 |
| HSL | 58.7º | 0.99% | 0.27% | - |
| HSV(B) | 58.7º | 0.99% | 0.55% | - |
| XYZ | 19.46 | 23.1 | 3.46 | - |
| YUV | 121.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 1 | 0 | 0.02 | 0.99 | 0.45 | 58.7 | 0.99 | 0.27 |
| Hex | 8B | 88 | 1 | 0 | 2 | 63 | 2D | 3B | 63 | 1B |
| Octal | 213 | 210 | 1 | 0 | 2 | 143 | 55 | 73 | 143 | 33 |
| Binary | 10001011 | 10001000 | 1 | 0 | 10 | 1100011 | 101101 | 111011 | 1100011 | 11011 |
Color Harmonies of #8B8801
Complementary color
Monochromatic Colors of #8B8801
Black with #8B8801
Text Example
Text Example
White with #8B8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8801; }
p { color: rgb(139,136,1); }
H1.HeaderClassName
{
color: #8B8801;
}
.AnyTagClassName
{
color: #8B8801;
}
</style>
background-color css
<style>
a { background-color: #8B8801; }
a { background-color: rgb(139,136,1); }
div.DivClassName
{
background-color: #8B8801;
}
.BgClassName
{
background-color: #8B8801;
}
</style>
border-color css
<style>
span { border-color: #8B8801; }
span { border-color: rgb(139,136,1); }
td.TdClassName
{
border-color: #8B8801;
}
.TagClassName
{
border-color: #8B8801;
}
</style>