Shades of Olive #8A7002
Tints of Olive #8A7002
RGB
CMYK
RGB Variations
Color information
#8A7002 (or 0x8A7002) is known color: Olive. HEX triplet: 8A, 70 and 02. RGB value is (138,112,2). Sum of RGB (Red+Green+Blue) = 138+112+2=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7002 is #758FFD. Grayscale: #6B6B6B. Windows color (decimal): -7704574 or 159882. OLE color: 159882.
HSL color Cylindrical-coordinate representation of color #8A7002: hue angle of 48.53º degrees, saturation: 0.97, 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 #8A7002 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.46 |
| HSL | 48.53º | 0.97% | 0.27% | - |
| HSV(B) | 48.53º | 0.99% | 0.54% | - |
| XYZ | 16.29 | 17 | 2.48 | - |
| YUV | 107.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 2 | 0 | 0.19 | 0.99 | 0.46 | 48.53 | 0.97 | 0.27 |
| Hex | 8A | 70 | 2 | 0 | 13 | 63 | 2E | 31 | 61 | 1B |
| Octal | 212 | 160 | 2 | 0 | 23 | 143 | 56 | 61 | 141 | 33 |
| Binary | 10001010 | 1110000 | 10 | 0 | 10011 | 1100011 | 101110 | 110001 | 1100001 | 11011 |
Color Harmonies of #8A7002
Complementary color
Monochromatic Colors of #8A7002
Black with #8A7002
Text Example
Text Example
White with #8A7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7002; }
p { color: rgb(138,112,2); }
H1.HeaderClassName
{
color: #8A7002;
}
.AnyTagClassName
{
color: #8A7002;
}
</style>
background-color css
<style>
a { background-color: #8A7002; }
a { background-color: rgb(138,112,2); }
div.DivClassName
{
background-color: #8A7002;
}
.BgClassName
{
background-color: #8A7002;
}
</style>
border-color css
<style>
span { border-color: #8A7002; }
span { border-color: rgb(138,112,2); }
td.TdClassName
{
border-color: #8A7002;
}
.TagClassName
{
border-color: #8A7002;
}
</style>