Shades of Olive #8A7501
Tints of Olive #8A7501
RGB
CMYK
RGB Variations
Color information
#8A7501 (or 0x8A7501) is known color: Olive. HEX triplet: 8A, 75 and 01. RGB value is (138,117,1). Sum of RGB (Red+Green+Blue) = 138+117+1=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7501 is #758AFE. Grayscale: #6E6E6E. Windows color (decimal): -7703295 or 95626. OLE color: 95626.
HSL color Cylindrical-coordinate representation of color #8A7501: hue angle of 50.8º 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 #8A7501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.46 |
| HSL | 50.8º | 0.99% | 0.27% | - |
| HSV(B) | 50.8º | 0.99% | 0.54% | - |
| XYZ | 16.85 | 18.13 | 2.64 | - |
| YUV | 110.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 1 | 0 | 0.15 | 0.99 | 0.46 | 50.8 | 0.99 | 0.27 |
| Hex | 8A | 75 | 1 | 0 | F | 63 | 2E | 33 | 63 | 1B |
| Octal | 212 | 165 | 1 | 0 | 17 | 143 | 56 | 63 | 143 | 33 |
| Binary | 10001010 | 1110101 | 1 | 0 | 1111 | 1100011 | 101110 | 110011 | 1100011 | 11011 |
Color Harmonies of #8A7501
Complementary color
Monochromatic Colors of #8A7501
Black with #8A7501
Text Example
Text Example
White with #8A7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7501; }
p { color: rgb(138,117,1); }
H1.HeaderClassName
{
color: #8A7501;
}
.AnyTagClassName
{
color: #8A7501;
}
</style>
background-color css
<style>
a { background-color: #8A7501; }
a { background-color: rgb(138,117,1); }
div.DivClassName
{
background-color: #8A7501;
}
.BgClassName
{
background-color: #8A7501;
}
</style>
border-color css
<style>
span { border-color: #8A7501; }
span { border-color: rgb(138,117,1); }
td.TdClassName
{
border-color: #8A7501;
}
.TagClassName
{
border-color: #8A7501;
}
</style>