Shades of Olive #8A9001
Tints of Olive #8A9001
RGB
CMYK
RGB Variations
Color information
#8A9001 (or 0x8A9001) is known color: Olive. HEX triplet: 8A, 90 and 01. RGB value is (138,144,1). Sum of RGB (Red+Green+Blue) = 138+144+1=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9001 is #756FFE. Grayscale: #7E7E7E. Windows color (decimal): -7696383 or 102538. OLE color: 102538.
HSL color Cylindrical-coordinate representation of color #8A9001: hue angle of 62.52º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A9001 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.44 |
| HSL | 62.52º | 0.99% | 0.28% | - |
| HSV(B) | 62.52º | 0.99% | 0.56% | - |
| XYZ | 20.46 | 25.35 | 3.84 | - |
| YUV | 125.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 1 | 0.04 | 0 | 0.99 | 0.44 | 62.52 | 0.99 | 0.28 |
| Hex | 8A | 90 | 1 | 4 | 0 | 63 | 2C | 3F | 63 | 1C |
| Octal | 212 | 220 | 1 | 4 | 0 | 143 | 54 | 77 | 143 | 34 |
| Binary | 10001010 | 10010000 | 1 | 100 | 0 | 1100011 | 101100 | 111111 | 1100011 | 11100 |
Color Harmonies of #8A9001
Complementary color
Monochromatic Colors of #8A9001
Black with #8A9001
Text Example
Text Example
White with #8A9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9001; }
p { color: rgb(138,144,1); }
H1.HeaderClassName
{
color: #8A9001;
}
.AnyTagClassName
{
color: #8A9001;
}
</style>
background-color css
<style>
a { background-color: #8A9001; }
a { background-color: rgb(138,144,1); }
div.DivClassName
{
background-color: #8A9001;
}
.BgClassName
{
background-color: #8A9001;
}
</style>
border-color css
<style>
span { border-color: #8A9001; }
span { border-color: rgb(138,144,1); }
td.TdClassName
{
border-color: #8A9001;
}
.TagClassName
{
border-color: #8A9001;
}
</style>