Shades of Olive #8A7A00
Tints of Olive #8A7A00
RGB
CMYK
RGB Variations
Color information
#8A7A00 (or 0x8A7A00) is known color: Olive. HEX triplet: 8A, 7A and 00. RGB value is (138,122,0). Sum of RGB (Red+Green+Blue) = 138+122+0=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7A00 is #7585FF. Grayscale: #717171. Windows color (decimal): -7702016 or 31370. OLE color: 31370.
HSL color Cylindrical-coordinate representation of color #8A7A00: hue angle of 53.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A7A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.46 |
| HSL | 53.04º | 1% | 0.27% | - |
| HSV(B) | 53.04º | 1% | 0.54% | - |
| XYZ | 17.44 | 19.32 | 2.81 | - |
| YUV | 112.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 0 | 0 | 0.12 | 1 | 0.46 | 53.04 | 1 | 0.27 |
| Hex | 8A | 7A | 0 | 0 | C | 64 | 2E | 35 | 64 | 1B |
| Octal | 212 | 172 | 0 | 0 | 14 | 144 | 56 | 65 | 144 | 33 |
| Binary | 10001010 | 1111010 | 0 | 0 | 1100 | 1100100 | 101110 | 110101 | 1100100 | 11011 |
Color Harmonies of #8A7A00
Complementary color
Monochromatic Colors of #8A7A00
Black with #8A7A00
Text Example
Text Example
White with #8A7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A00; }
p { color: rgb(138,122,0); }
H1.HeaderClassName
{
color: #8A7A00;
}
.AnyTagClassName
{
color: #8A7A00;
}
</style>
background-color css
<style>
a { background-color: #8A7A00; }
a { background-color: rgb(138,122,0); }
div.DivClassName
{
background-color: #8A7A00;
}
.BgClassName
{
background-color: #8A7A00;
}
</style>
border-color css
<style>
span { border-color: #8A7A00; }
span { border-color: rgb(138,122,0); }
td.TdClassName
{
border-color: #8A7A00;
}
.TagClassName
{
border-color: #8A7A00;
}
</style>