Shades of Olive #8A7C01
Tints of Olive #8A7C01
RGB
CMYK
RGB Variations
Color information
#8A7C01 (or 0x8A7C01) is known color: Olive. HEX triplet: 8A, 7C and 01. RGB value is (138,124,1). Sum of RGB (Red+Green+Blue) = 138+124+1=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7C01 is #7583FE. Grayscale: #727272. Windows color (decimal): -7701503 or 97418. OLE color: 97418.
HSL color Cylindrical-coordinate representation of color #8A7C01: hue angle of 53.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A7C01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.46 |
| HSL | 53.87º | 0.99% | 0.27% | - |
| HSV(B) | 53.87º | 0.99% | 0.54% | - |
| XYZ | 17.69 | 19.82 | 2.92 | - |
| YUV | 114.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 1 | 0 | 0.10 | 0.99 | 0.46 | 53.87 | 0.99 | 0.27 |
| Hex | 8A | 7C | 1 | 0 | A | 63 | 2E | 36 | 63 | 1B |
| Octal | 212 | 174 | 1 | 0 | 12 | 143 | 56 | 66 | 143 | 33 |
| Binary | 10001010 | 1111100 | 1 | 0 | 1010 | 1100011 | 101110 | 110110 | 1100011 | 11011 |
Color Harmonies of #8A7C01
Complementary color
Monochromatic Colors of #8A7C01
Black with #8A7C01
Text Example
Text Example
White with #8A7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C01; }
p { color: rgb(138,124,1); }
H1.HeaderClassName
{
color: #8A7C01;
}
.AnyTagClassName
{
color: #8A7C01;
}
</style>
background-color css
<style>
a { background-color: #8A7C01; }
a { background-color: rgb(138,124,1); }
div.DivClassName
{
background-color: #8A7C01;
}
.BgClassName
{
background-color: #8A7C01;
}
</style>
border-color css
<style>
span { border-color: #8A7C01; }
span { border-color: rgb(138,124,1); }
td.TdClassName
{
border-color: #8A7C01;
}
.TagClassName
{
border-color: #8A7C01;
}
</style>