Shades of Olive #8A8607
Tints of Olive #8A8607
RGB
CMYK
RGB Variations
Color information
#8A8607 (or 0x8A8607) is known color: Olive. HEX triplet: 8A, 86 and 07. RGB value is (138,134,7). Sum of RGB (Red+Green+Blue) = 138+134+7=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8607 is #7579F8. Grayscale: #797979. Windows color (decimal): -7698937 or 493194. OLE color: 493194.
HSL color Cylindrical-coordinate representation of color #8A8607: hue angle of 58.17º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A8607 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 7 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.46 |
| HSL | 58.17º | 0.9% | 0.28% | - |
| HSV(B) | 58.17º | 0.95% | 0.54% | - |
| XYZ | 19.04 | 22.47 | 3.53 | - |
| YUV | 120.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 7 | 0 | 0.03 | 0.95 | 0.46 | 58.17 | 0.9 | 0.28 |
| Hex | 8A | 86 | 7 | 0 | 3 | 5F | 2E | 3A | 5A | 1C |
| Octal | 212 | 206 | 7 | 0 | 3 | 137 | 56 | 72 | 132 | 34 |
| Binary | 10001010 | 10000110 | 111 | 0 | 11 | 1011111 | 101110 | 111010 | 1011010 | 11100 |
Color Harmonies of #8A8607
Complementary color
Monochromatic Colors of #8A8607
Black with #8A8607
Text Example
Text Example
White with #8A8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8607; }
p { color: rgb(138,134,7); }
H1.HeaderClassName
{
color: #8A8607;
}
.AnyTagClassName
{
color: #8A8607;
}
</style>
background-color css
<style>
a { background-color: #8A8607; }
a { background-color: rgb(138,134,7); }
div.DivClassName
{
background-color: #8A8607;
}
.BgClassName
{
background-color: #8A8607;
}
</style>
border-color css
<style>
span { border-color: #8A8607; }
span { border-color: rgb(138,134,7); }
td.TdClassName
{
border-color: #8A8607;
}
.TagClassName
{
border-color: #8A8607;
}
</style>