Shades of Olive #8A8200
Tints of Olive #8A8200
RGB
CMYK
RGB Variations
Color information
#8A8200 (or 0x8A8200) is known color: Olive. HEX triplet: 8A, 82 and 00. RGB value is (138,130,0). Sum of RGB (Red+Green+Blue) = 138+130+0=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8200 is #757DFF. Grayscale: #767676. Windows color (decimal): -7699968 or 33418. OLE color: 33418.
HSL color Cylindrical-coordinate representation of color #8A8200: hue angle of 56.52º 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 #8A8200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.46 |
| HSL | 56.52º | 1% | 0.27% | - |
| HSV(B) | 56.52º | 1% | 0.54% | - |
| XYZ | 18.46 | 21.37 | 3.15 | - |
| YUV | 117.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 0 | 0 | 0.06 | 1 | 0.46 | 56.52 | 1 | 0.27 |
| Hex | 8A | 82 | 0 | 0 | 6 | 64 | 2E | 39 | 64 | 1B |
| Octal | 212 | 202 | 0 | 0 | 6 | 144 | 56 | 71 | 144 | 33 |
| Binary | 10001010 | 10000010 | 0 | 0 | 110 | 1100100 | 101110 | 111001 | 1100100 | 11011 |
Color Harmonies of #8A8200
Complementary color
Monochromatic Colors of #8A8200
Black with #8A8200
Text Example
Text Example
White with #8A8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8200; }
p { color: rgb(138,130,0); }
H1.HeaderClassName
{
color: #8A8200;
}
.AnyTagClassName
{
color: #8A8200;
}
</style>
background-color css
<style>
a { background-color: #8A8200; }
a { background-color: rgb(138,130,0); }
div.DivClassName
{
background-color: #8A8200;
}
.BgClassName
{
background-color: #8A8200;
}
</style>
border-color css
<style>
span { border-color: #8A8200; }
span { border-color: rgb(138,130,0); }
td.TdClassName
{
border-color: #8A8200;
}
.TagClassName
{
border-color: #8A8200;
}
</style>