Shades of Olive #8A8900
Tints of Olive #8A8900
RGB
CMYK
RGB Variations
Color information
#8A8900 (or 0x8A8900) is known color: Olive. HEX triplet: 8A, 89 and 00. RGB value is (138,137,0). Sum of RGB (Red+Green+Blue) = 138+137+0=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8900 is #7576FF. Grayscale: #7A7A7A. Windows color (decimal): -7698176 or 35210. OLE color: 35210.
HSL color Cylindrical-coordinate representation of color #8A8900: hue angle of 59.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A8900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.46 |
| HSL | 59.57º | 1% | 0.27% | - |
| HSV(B) | 59.57º | 1% | 0.54% | - |
| XYZ | 19.43 | 23.29 | 3.47 | - |
| YUV | 121.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 0 | 0 | 0.01 | 1 | 0.46 | 59.57 | 1 | 0.27 |
| Hex | 8A | 89 | 0 | 0 | 1 | 64 | 2E | 3C | 64 | 1B |
| Octal | 212 | 211 | 0 | 0 | 1 | 144 | 56 | 74 | 144 | 33 |
| Binary | 10001010 | 10001001 | 0 | 0 | 1 | 1100100 | 101110 | 111100 | 1100100 | 11011 |
Color Harmonies of #8A8900
Complementary color
Monochromatic Colors of #8A8900
Black with #8A8900
Text Example
Text Example
White with #8A8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8900; }
p { color: rgb(138,137,0); }
H1.HeaderClassName
{
color: #8A8900;
}
.AnyTagClassName
{
color: #8A8900;
}
</style>
background-color css
<style>
a { background-color: #8A8900; }
a { background-color: rgb(138,137,0); }
div.DivClassName
{
background-color: #8A8900;
}
.BgClassName
{
background-color: #8A8900;
}
</style>
border-color css
<style>
span { border-color: #8A8900; }
span { border-color: rgb(138,137,0); }
td.TdClassName
{
border-color: #8A8900;
}
.TagClassName
{
border-color: #8A8900;
}
</style>