Shades of Olive #8B8A0A
Tints of Olive #8B8A0A
RGB
CMYK
RGB Variations
Color information
#8B8A0A (or 0x8B8A0A) is known color: Olive. HEX triplet: 8B, 8A and 0A. RGB value is (139,138,10). Sum of RGB (Red+Green+Blue) = 139+138+10=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8A0A is #7475F5. Grayscale: #7C7C7C. Windows color (decimal): -7632374 or 690827. OLE color: 690827.
HSL color Cylindrical-coordinate representation of color #8B8A0A: hue angle of 59.53º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B8A0A is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 138 | 10 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.45 |
| HSL | 59.53º | 0.87% | 0.29% | - |
| HSV(B) | 59.53º | 0.93% | 0.55% | - |
| XYZ | 19.79 | 23.69 | 3.82 | - |
| YUV | 123.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 10 | 0 | 0.01 | 0.93 | 0.45 | 59.53 | 0.87 | 0.29 |
| Hex | 8B | 8A | A | 0 | 1 | 5D | 2D | 3C | 57 | 1D |
| Octal | 213 | 212 | 12 | 0 | 1 | 135 | 55 | 74 | 127 | 35 |
| Binary | 10001011 | 10001010 | 1010 | 0 | 1 | 1011101 | 101101 | 111100 | 1010111 | 11101 |
Color Harmonies of #8B8A0A
Complementary color
Monochromatic Colors of #8B8A0A
Black with #8B8A0A
Text Example
Text Example
White with #8B8A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8A0A; }
p { color: rgb(139,138,10); }
H1.HeaderClassName
{
color: #8B8A0A;
}
.AnyTagClassName
{
color: #8B8A0A;
}
</style>
background-color css
<style>
a { background-color: #8B8A0A; }
a { background-color: rgb(139,138,10); }
div.DivClassName
{
background-color: #8B8A0A;
}
.BgClassName
{
background-color: #8B8A0A;
}
</style>
border-color css
<style>
span { border-color: #8B8A0A; }
span { border-color: rgb(139,138,10); }
td.TdClassName
{
border-color: #8B8A0A;
}
.TagClassName
{
border-color: #8B8A0A;
}
</style>