Shades of Olive #8A8706
Tints of Olive #8A8706
RGB
CMYK
RGB Variations
Color information
#8A8706 (or 0x8A8706) is known color: Olive. HEX triplet: 8A, 87 and 06. RGB value is (138,135,6). Sum of RGB (Red+Green+Blue) = 138+135+6=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8706 is #7578F9. Grayscale: #797979. Windows color (decimal): -7698682 or 427914. OLE color: 427914.
HSL color Cylindrical-coordinate representation of color #8A8706: hue angle of 58.64º degrees, saturation: 0.92, 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 #8A8706 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 6 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.46 |
| HSL | 58.64º | 0.92% | 0.28% | - |
| HSV(B) | 58.64º | 0.96% | 0.54% | - |
| XYZ | 19.18 | 22.74 | 3.55 | - |
| YUV | 121.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 6 | 0 | 0.02 | 0.96 | 0.46 | 58.64 | 0.92 | 0.28 |
| Hex | 8A | 87 | 6 | 0 | 2 | 60 | 2E | 3B | 5C | 1C |
| Octal | 212 | 207 | 6 | 0 | 2 | 140 | 56 | 73 | 134 | 34 |
| Binary | 10001010 | 10000111 | 110 | 0 | 10 | 1100000 | 101110 | 111011 | 1011100 | 11100 |
Color Harmonies of #8A8706
Complementary color
Monochromatic Colors of #8A8706
Black with #8A8706
Text Example
Text Example
White with #8A8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8706; }
p { color: rgb(138,135,6); }
H1.HeaderClassName
{
color: #8A8706;
}
.AnyTagClassName
{
color: #8A8706;
}
</style>
background-color css
<style>
a { background-color: #8A8706; }
a { background-color: rgb(138,135,6); }
div.DivClassName
{
background-color: #8A8706;
}
.BgClassName
{
background-color: #8A8706;
}
</style>
border-color css
<style>
span { border-color: #8A8706; }
span { border-color: rgb(138,135,6); }
td.TdClassName
{
border-color: #8A8706;
}
.TagClassName
{
border-color: #8A8706;
}
</style>