Shades of Olive #8A8408
Tints of Olive #8A8408
RGB
CMYK
RGB Variations
Color information
#8A8408 (or 0x8A8408) is known color: Olive. HEX triplet: 8A, 84 and 08. RGB value is (138,132,8). Sum of RGB (Red+Green+Blue) = 138+132+8=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8408 is #757BF7. Grayscale: #787878. Windows color (decimal): -7699448 or 558218. OLE color: 558218.
HSL color Cylindrical-coordinate representation of color #8A8408: hue angle of 57.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A8408 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 8 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.46 |
| HSL | 57.23º | 0.89% | 0.29% | - |
| HSV(B) | 57.23º | 0.94% | 0.54% | - |
| XYZ | 18.78 | 21.92 | 3.47 | - |
| YUV | 119.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 8 | 0 | 0.04 | 0.94 | 0.46 | 57.23 | 0.89 | 0.29 |
| Hex | 8A | 84 | 8 | 0 | 4 | 5E | 2E | 39 | 59 | 1D |
| Octal | 212 | 204 | 10 | 0 | 4 | 136 | 56 | 71 | 131 | 35 |
| Binary | 10001010 | 10000100 | 1000 | 0 | 100 | 1011110 | 101110 | 111001 | 1011001 | 11101 |
Color Harmonies of #8A8408
Complementary color
Monochromatic Colors of #8A8408
Black with #8A8408
Text Example
Text Example
White with #8A8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8408; }
p { color: rgb(138,132,8); }
H1.HeaderClassName
{
color: #8A8408;
}
.AnyTagClassName
{
color: #8A8408;
}
</style>
background-color css
<style>
a { background-color: #8A8408; }
a { background-color: rgb(138,132,8); }
div.DivClassName
{
background-color: #8A8408;
}
.BgClassName
{
background-color: #8A8408;
}
</style>
border-color css
<style>
span { border-color: #8A8408; }
span { border-color: rgb(138,132,8); }
td.TdClassName
{
border-color: #8A8408;
}
.TagClassName
{
border-color: #8A8408;
}
</style>