Shades of Olive #8A880A
Tints of Olive #8A880A
RGB
CMYK
RGB Variations
Color information
#8A880A (or 0x8A880A) is known color: Olive. HEX triplet: 8A, 88 and 0A. RGB value is (138,136,10). Sum of RGB (Red+Green+Blue) = 138+136+10=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A880A is #7577F5. Grayscale: #7A7A7A. Windows color (decimal): -7698422 or 690314. OLE color: 690314.
HSL color Cylindrical-coordinate representation of color #8A880A: hue angle of 59.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A880A is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 10 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.46 |
| HSL | 59.06º | 0.86% | 0.29% | - |
| HSV(B) | 59.06º | 0.93% | 0.54% | - |
| XYZ | 19.34 | 23.03 | 3.71 | - |
| YUV | 122.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 10 | 0 | 0.01 | 0.93 | 0.46 | 59.06 | 0.86 | 0.29 |
| Hex | 8A | 88 | A | 0 | 1 | 5D | 2E | 3B | 56 | 1D |
| Octal | 212 | 210 | 12 | 0 | 1 | 135 | 56 | 73 | 126 | 35 |
| Binary | 10001010 | 10001000 | 1010 | 0 | 1 | 1011101 | 101110 | 111011 | 1010110 | 11101 |
Color Harmonies of #8A880A
Complementary color
Monochromatic Colors of #8A880A
Black with #8A880A
Text Example
Text Example
White with #8A880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A880A; }
p { color: rgb(138,136,10); }
H1.HeaderClassName
{
color: #8A880A;
}
.AnyTagClassName
{
color: #8A880A;
}
</style>
background-color css
<style>
a { background-color: #8A880A; }
a { background-color: rgb(138,136,10); }
div.DivClassName
{
background-color: #8A880A;
}
.BgClassName
{
background-color: #8A880A;
}
</style>
border-color css
<style>
span { border-color: #8A880A; }
span { border-color: rgb(138,136,10); }
td.TdClassName
{
border-color: #8A880A;
}
.TagClassName
{
border-color: #8A880A;
}
</style>