Shades of Olive #816E04
Tints of Olive #816E04
RGB
CMYK
RGB Variations
Color information
#816E04 (or 0x816E04) is known color: Olive. HEX triplet: 81, 6E and 04. RGB value is (129,110,4). Sum of RGB (Red+Green+Blue) = 129+110+4=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #816E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E04 is #7E91FB. Grayscale: #686868. Windows color (decimal): -8294908 or 290433. OLE color: 290433.
HSL color Cylindrical-coordinate representation of color #816E04: hue angle of 50.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #816E04 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 4 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.49 |
| HSL | 50.88º | 0.94% | 0.26% | - |
| HSV(B) | 50.88º | 0.97% | 0.51% | - |
| XYZ | 14.65 | 15.83 | 2.4 | - |
| YUV | 103.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 4 | 0 | 0.15 | 0.97 | 0.49 | 50.88 | 0.94 | 0.26 |
| Hex | 81 | 6E | 4 | 0 | F | 61 | 31 | 33 | 5E | 1A |
| Octal | 201 | 156 | 4 | 0 | 17 | 141 | 61 | 63 | 136 | 32 |
| Binary | 10000001 | 1101110 | 100 | 0 | 1111 | 1100001 | 110001 | 110011 | 1011110 | 11010 |
Color Harmonies of #816E04
Complementary color
Monochromatic Colors of #816E04
Black with #816E04
Text Example
Text Example
White with #816E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E04; }
p { color: rgb(129,110,4); }
H1.HeaderClassName
{
color: #816E04;
}
.AnyTagClassName
{
color: #816E04;
}
</style>
background-color css
<style>
a { background-color: #816E04; }
a { background-color: rgb(129,110,4); }
div.DivClassName
{
background-color: #816E04;
}
.BgClassName
{
background-color: #816E04;
}
</style>
border-color css
<style>
span { border-color: #816E04; }
span { border-color: rgb(129,110,4); }
td.TdClassName
{
border-color: #816E04;
}
.TagClassName
{
border-color: #816E04;
}
</style>