Shades of Olive #8A8605
Tints of Olive #8A8605
RGB
CMYK
RGB Variations
Color information
#8A8605 (or 0x8A8605) is known color: Olive. HEX triplet: 8A, 86 and 05. RGB value is (138,134,5). Sum of RGB (Red+Green+Blue) = 138+134+5=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8605 is #7579FA. Grayscale: #797979. Windows color (decimal): -7698939 or 362122. OLE color: 362122.
HSL color Cylindrical-coordinate representation of color #8A8605: hue angle of 58.2º 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 #8A8605 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 5 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.46 |
| HSL | 58.2º | 0.93% | 0.28% | - |
| HSV(B) | 58.2º | 0.96% | 0.54% | - |
| XYZ | 19.03 | 22.46 | 3.48 | - |
| YUV | 120.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 5 | 0 | 0.03 | 0.96 | 0.46 | 58.2 | 0.93 | 0.28 |
| Hex | 8A | 86 | 5 | 0 | 3 | 60 | 2E | 3A | 5D | 1C |
| Octal | 212 | 206 | 5 | 0 | 3 | 140 | 56 | 72 | 135 | 34 |
| Binary | 10001010 | 10000110 | 101 | 0 | 11 | 1100000 | 101110 | 111010 | 1011101 | 11100 |
Color Harmonies of #8A8605
Complementary color
Monochromatic Colors of #8A8605
Black with #8A8605
Text Example
Text Example
White with #8A8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8605; }
p { color: rgb(138,134,5); }
H1.HeaderClassName
{
color: #8A8605;
}
.AnyTagClassName
{
color: #8A8605;
}
</style>
background-color css
<style>
a { background-color: #8A8605; }
a { background-color: rgb(138,134,5); }
div.DivClassName
{
background-color: #8A8605;
}
.BgClassName
{
background-color: #8A8605;
}
</style>
border-color css
<style>
span { border-color: #8A8605; }
span { border-color: rgb(138,134,5); }
td.TdClassName
{
border-color: #8A8605;
}
.TagClassName
{
border-color: #8A8605;
}
</style>