Shades of Olive #8B8100
Tints of Olive #8B8100
RGB
CMYK
RGB Variations
Color information
#8B8100 (or 0x8B8100) is known color: Olive. HEX triplet: 8B, 81 and 00. RGB value is (139,129,0). Sum of RGB (Red+Green+Blue) = 139+129+0=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8100 is #747EFF. Grayscale: #757575. Windows color (decimal): -7634688 or 33163. OLE color: 33163.
HSL color Cylindrical-coordinate representation of color #8B8100: hue angle of 55.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B8100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.45 |
| HSL | 55.68º | 1% | 0.27% | - |
| HSV(B) | 55.68º | 1% | 0.55% | - |
| XYZ | 18.5 | 21.19 | 3.12 | - |
| YUV | 117.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 0 | 0 | 0.07 | 1 | 0.45 | 55.68 | 1 | 0.27 |
| Hex | 8B | 81 | 0 | 0 | 7 | 64 | 2D | 38 | 64 | 1B |
| Octal | 213 | 201 | 0 | 0 | 7 | 144 | 55 | 70 | 144 | 33 |
| Binary | 10001011 | 10000001 | 0 | 0 | 111 | 1100100 | 101101 | 111000 | 1100100 | 11011 |
Color Harmonies of #8B8100
Complementary color
Monochromatic Colors of #8B8100
Black with #8B8100
Text Example
Text Example
White with #8B8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8100; }
p { color: rgb(139,129,0); }
H1.HeaderClassName
{
color: #8B8100;
}
.AnyTagClassName
{
color: #8B8100;
}
</style>
background-color css
<style>
a { background-color: #8B8100; }
a { background-color: rgb(139,129,0); }
div.DivClassName
{
background-color: #8B8100;
}
.BgClassName
{
background-color: #8B8100;
}
</style>
border-color css
<style>
span { border-color: #8B8100; }
span { border-color: rgb(139,129,0); }
td.TdClassName
{
border-color: #8B8100;
}
.TagClassName
{
border-color: #8B8100;
}
</style>