Shades of Olive #8A900A
Tints of Olive #8A900A
RGB
CMYK
RGB Variations
Color information
#8A900A (or 0x8A900A) is known color: Olive. HEX triplet: 8A, 90 and 0A. RGB value is (138,144,10). Sum of RGB (Red+Green+Blue) = 138+144+10=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #8A900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A900A is #756FF5. Grayscale: #7F7F7F. Windows color (decimal): -7696374 or 692362. OLE color: 692362.
HSL color Cylindrical-coordinate representation of color #8A900A: hue angle of 62.69º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A900A is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 10 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.44 |
| HSL | 62.69º | 0.87% | 0.3% | - |
| HSV(B) | 62.69º | 0.93% | 0.56% | - |
| XYZ | 20.51 | 25.37 | 4.1 | - |
| YUV | 126.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 10 | 0.04 | 0 | 0.93 | 0.44 | 62.69 | 0.87 | 0.3 |
| Hex | 8A | 90 | A | 4 | 0 | 5D | 2C | 3F | 57 | 1E |
| Octal | 212 | 220 | 12 | 4 | 0 | 135 | 54 | 77 | 127 | 36 |
| Binary | 10001010 | 10010000 | 1010 | 100 | 0 | 1011101 | 101100 | 111111 | 1010111 | 11110 |
Color Harmonies of #8A900A
Complementary color
Monochromatic Colors of #8A900A
Black with #8A900A
Text Example
Text Example
White with #8A900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A900A; }
p { color: rgb(138,144,10); }
H1.HeaderClassName
{
color: #8A900A;
}
.AnyTagClassName
{
color: #8A900A;
}
</style>
background-color css
<style>
a { background-color: #8A900A; }
a { background-color: rgb(138,144,10); }
div.DivClassName
{
background-color: #8A900A;
}
.BgClassName
{
background-color: #8A900A;
}
</style>
border-color css
<style>
span { border-color: #8A900A; }
span { border-color: rgb(138,144,10); }
td.TdClassName
{
border-color: #8A900A;
}
.TagClassName
{
border-color: #8A900A;
}
</style>