Shades of Olive #818A04
Tints of Olive #818A04
RGB
CMYK
RGB Variations
Color information
#818A04 (or 0x818A04) is known color: Olive. HEX triplet: 81, 8A and 04. RGB value is (129,138,4). Sum of RGB (Red+Green+Blue) = 129+138+4=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #818A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818A04 is #7E75FB. Grayscale: #787878. Windows color (decimal): -8287740 or 297601. OLE color: 297601.
HSL color Cylindrical-coordinate representation of color #818A04: hue angle of 64.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #818A04 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 4 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.46 |
| HSL | 64.03º | 0.94% | 0.28% | - |
| HSV(B) | 64.03º | 0.97% | 0.54% | - |
| XYZ | 18.16 | 22.85 | 3.57 | - |
| YUV | 120.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 4 | 0.07 | 0 | 0.97 | 0.46 | 64.03 | 0.94 | 0.28 |
| Hex | 81 | 8A | 4 | 7 | 0 | 61 | 2E | 40 | 5E | 1C |
| Octal | 201 | 212 | 4 | 7 | 0 | 141 | 56 | 100 | 136 | 34 |
| Binary | 10000001 | 10001010 | 100 | 111 | 0 | 1100001 | 101110 | 1000000 | 1011110 | 11100 |
Color Harmonies of #818A04
Complementary color
Monochromatic Colors of #818A04
Black with #818A04
Text Example
Text Example
White with #818A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A04; }
p { color: rgb(129,138,4); }
H1.HeaderClassName
{
color: #818A04;
}
.AnyTagClassName
{
color: #818A04;
}
</style>
background-color css
<style>
a { background-color: #818A04; }
a { background-color: rgb(129,138,4); }
div.DivClassName
{
background-color: #818A04;
}
.BgClassName
{
background-color: #818A04;
}
</style>
border-color css
<style>
span { border-color: #818A04; }
span { border-color: rgb(129,138,4); }
td.TdClassName
{
border-color: #818A04;
}
.TagClassName
{
border-color: #818A04;
}
</style>