Shades of Olive #8A8205
Tints of Olive #8A8205
RGB
CMYK
RGB Variations
Color information
#8A8205 (or 0x8A8205) is known color: Olive. HEX triplet: 8A, 82 and 05. RGB value is (138,130,5). Sum of RGB (Red+Green+Blue) = 138+130+5=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8205 is #757DFA. Grayscale: #767676. Windows color (decimal): -7699963 or 361098. OLE color: 361098.
HSL color Cylindrical-coordinate representation of color #8A8205: hue angle of 56.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8205 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 5 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.46 |
| HSL | 56.39º | 0.93% | 0.28% | - |
| HSV(B) | 56.39º | 0.96% | 0.54% | - |
| XYZ | 18.49 | 21.38 | 3.3 | - |
| YUV | 118.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 5 | 0 | 0.06 | 0.96 | 0.46 | 56.39 | 0.93 | 0.28 |
| Hex | 8A | 82 | 5 | 0 | 6 | 60 | 2E | 38 | 5D | 1C |
| Octal | 212 | 202 | 5 | 0 | 6 | 140 | 56 | 70 | 135 | 34 |
| Binary | 10001010 | 10000010 | 101 | 0 | 110 | 1100000 | 101110 | 111000 | 1011101 | 11100 |
Color Harmonies of #8A8205
Complementary color
Monochromatic Colors of #8A8205
Black with #8A8205
Text Example
Text Example
White with #8A8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8205; }
p { color: rgb(138,130,5); }
H1.HeaderClassName
{
color: #8A8205;
}
.AnyTagClassName
{
color: #8A8205;
}
</style>
background-color css
<style>
a { background-color: #8A8205; }
a { background-color: rgb(138,130,5); }
div.DivClassName
{
background-color: #8A8205;
}
.BgClassName
{
background-color: #8A8205;
}
</style>
border-color css
<style>
span { border-color: #8A8205; }
span { border-color: rgb(138,130,5); }
td.TdClassName
{
border-color: #8A8205;
}
.TagClassName
{
border-color: #8A8205;
}
</style>