Shades of Olive #8A8500
Tints of Olive #8A8500
RGB
CMYK
RGB Variations
Color information
#8A8500 (or 0x8A8500) is known color: Olive. HEX triplet: 8A, 85 and 00. RGB value is (138,133,0). Sum of RGB (Red+Green+Blue) = 138+133+0=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8500 is #757AFF. Grayscale: #777777. Windows color (decimal): -7699200 or 34186. OLE color: 34186.
HSL color Cylindrical-coordinate representation of color #8A8500: hue angle of 57.83º 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 #8A8500 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.46 |
| HSL | 57.83º | 1% | 0.27% | - |
| HSV(B) | 57.83º | 1% | 0.54% | - |
| XYZ | 18.87 | 22.18 | 3.29 | - |
| YUV | 119.33 | 60.66 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 0 | 0 | 0.04 | 1 | 0.46 | 57.83 | 1 | 0.27 |
| Hex | 8A | 85 | 0 | 0 | 4 | 64 | 2E | 3A | 64 | 1B |
| Octal | 212 | 205 | 0 | 0 | 4 | 144 | 56 | 72 | 144 | 33 |
| Binary | 10001010 | 10000101 | 0 | 0 | 100 | 1100100 | 101110 | 111010 | 1100100 | 11011 |
Color Harmonies of #8A8500
Complementary color
Monochromatic Colors of #8A8500
Black with #8A8500
Text Example
Text Example
White with #8A8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8500; }
p { color: rgb(138,133,0); }
H1.HeaderClassName
{
color: #8A8500;
}
.AnyTagClassName
{
color: #8A8500;
}
</style>
background-color css
<style>
a { background-color: #8A8500; }
a { background-color: rgb(138,133,0); }
div.DivClassName
{
background-color: #8A8500;
}
.BgClassName
{
background-color: #8A8500;
}
</style>
border-color css
<style>
span { border-color: #8A8500; }
span { border-color: rgb(138,133,0); }
td.TdClassName
{
border-color: #8A8500;
}
.TagClassName
{
border-color: #8A8500;
}
</style>