Shades of Olive #8A7E06
Tints of Olive #8A7E06
RGB
CMYK
RGB Variations
Color information
#8A7E06 (or 0x8A7E06) is known color: Olive. HEX triplet: 8A, 7E and 06. RGB value is (138,126,6). Sum of RGB (Red+Green+Blue) = 138+126+6=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7E06 is #7581F9. Grayscale: #747474. Windows color (decimal): -7700986 or 425610. OLE color: 425610.
HSL color Cylindrical-coordinate representation of color #8A7E06: hue angle of 54.55º 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 #8A7E06 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 6 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.46 |
| HSL | 54.55º | 0.92% | 0.28% | - |
| HSV(B) | 54.55º | 0.96% | 0.54% | - |
| XYZ | 17.97 | 20.34 | 3.15 | - |
| YUV | 115.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 6 | 0 | 0.09 | 0.96 | 0.46 | 54.55 | 0.92 | 0.28 |
| Hex | 8A | 7E | 6 | 0 | 9 | 60 | 2E | 37 | 5C | 1C |
| Octal | 212 | 176 | 6 | 0 | 11 | 140 | 56 | 67 | 134 | 34 |
| Binary | 10001010 | 1111110 | 110 | 0 | 1001 | 1100000 | 101110 | 110111 | 1011100 | 11100 |
Color Harmonies of #8A7E06
Complementary color
Monochromatic Colors of #8A7E06
Black with #8A7E06
Text Example
Text Example
White with #8A7E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E06; }
p { color: rgb(138,126,6); }
H1.HeaderClassName
{
color: #8A7E06;
}
.AnyTagClassName
{
color: #8A7E06;
}
</style>
background-color css
<style>
a { background-color: #8A7E06; }
a { background-color: rgb(138,126,6); }
div.DivClassName
{
background-color: #8A7E06;
}
.BgClassName
{
background-color: #8A7E06;
}
</style>
border-color css
<style>
span { border-color: #8A7E06; }
span { border-color: rgb(138,126,6); }
td.TdClassName
{
border-color: #8A7E06;
}
.TagClassName
{
border-color: #8A7E06;
}
</style>