Shades of Olive #8A8E03
Tints of Olive #8A8E03
RGB
CMYK
RGB Variations
Color information
#8A8E03 (or 0x8A8E03) is known color: Olive. HEX triplet: 8A, 8E and 03. RGB value is (138,142,3). Sum of RGB (Red+Green+Blue) = 138+142+3=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8E03 is #7571FC. Grayscale: #7D7D7D. Windows color (decimal): -7696893 or 233098. OLE color: 233098.
HSL color Cylindrical-coordinate representation of color #8A8E03: hue angle of 61.73º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A8E03 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 142 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.44 |
| HSL | 61.73º | 0.96% | 0.28% | - |
| HSV(B) | 61.73º | 0.98% | 0.56% | - |
| XYZ | 20.17 | 24.76 | 3.8 | - |
| YUV | 124.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 3 | 0.03 | 0 | 0.98 | 0.44 | 61.73 | 0.96 | 0.28 |
| Hex | 8A | 8E | 3 | 3 | 0 | 62 | 2C | 3E | 60 | 1C |
| Octal | 212 | 216 | 3 | 3 | 0 | 142 | 54 | 76 | 140 | 34 |
| Binary | 10001010 | 10001110 | 11 | 11 | 0 | 1100010 | 101100 | 111110 | 1100000 | 11100 |
Color Harmonies of #8A8E03
Complementary color
Monochromatic Colors of #8A8E03
Black with #8A8E03
Text Example
Text Example
White with #8A8E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8E03; }
p { color: rgb(138,142,3); }
H1.HeaderClassName
{
color: #8A8E03;
}
.AnyTagClassName
{
color: #8A8E03;
}
</style>
background-color css
<style>
a { background-color: #8A8E03; }
a { background-color: rgb(138,142,3); }
div.DivClassName
{
background-color: #8A8E03;
}
.BgClassName
{
background-color: #8A8E03;
}
</style>
border-color css
<style>
span { border-color: #8A8E03; }
span { border-color: rgb(138,142,3); }
td.TdClassName
{
border-color: #8A8E03;
}
.TagClassName
{
border-color: #8A8E03;
}
</style>