Shades of Olive #8A8100
Tints of Olive #8A8100
RGB
CMYK
RGB Variations
Color information
#8A8100 (or 0x8A8100) is known color: Olive. HEX triplet: 8A, 81 and 00. RGB value is (138,129,0). Sum of RGB (Red+Green+Blue) = 138+129+0=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8100 is #757EFF. Grayscale: #757575. Windows color (decimal): -7700224 or 33162. OLE color: 33162.
HSL color Cylindrical-coordinate representation of color #8A8100: hue angle of 56.09º 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 #8A8100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.46 |
| HSL | 56.09º | 1% | 0.27% | - |
| HSV(B) | 56.09º | 1% | 0.54% | - |
| XYZ | 18.33 | 21.1 | 3.11 | - |
| YUV | 116.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 0 | 0 | 0.07 | 1 | 0.46 | 56.09 | 1 | 0.27 |
| Hex | 8A | 81 | 0 | 0 | 7 | 64 | 2E | 38 | 64 | 1B |
| Octal | 212 | 201 | 0 | 0 | 7 | 144 | 56 | 70 | 144 | 33 |
| Binary | 10001010 | 10000001 | 0 | 0 | 111 | 1100100 | 101110 | 111000 | 1100100 | 11011 |
Color Harmonies of #8A8100
Complementary color
Monochromatic Colors of #8A8100
Black with #8A8100
Text Example
Text Example
White with #8A8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8100; }
p { color: rgb(138,129,0); }
H1.HeaderClassName
{
color: #8A8100;
}
.AnyTagClassName
{
color: #8A8100;
}
</style>
background-color css
<style>
a { background-color: #8A8100; }
a { background-color: rgb(138,129,0); }
div.DivClassName
{
background-color: #8A8100;
}
.BgClassName
{
background-color: #8A8100;
}
</style>
border-color css
<style>
span { border-color: #8A8100; }
span { border-color: rgb(138,129,0); }
td.TdClassName
{
border-color: #8A8100;
}
.TagClassName
{
border-color: #8A8100;
}
</style>