Shades of Olive #817C0E
Tints of Olive #817C0E
RGB
CMYK
RGB Variations
Color information
#817C0E (or 0x817C0E) is known color: Olive. HEX triplet: 81, 7C and 0E. RGB value is (129,124,14). Sum of RGB (Red+Green+Blue) = 129+124+14=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #817C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C0E is #7E83F1. Grayscale: #717171. Windows color (decimal): -8291314 or 949377. OLE color: 949377.
HSL color Cylindrical-coordinate representation of color #817C0E: hue angle of 57.39º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #817C0E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 14 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.49 |
| HSL | 57.39º | 0.8% | 0.28% | - |
| HSV(B) | 57.39º | 0.89% | 0.51% | - |
| XYZ | 16.34 | 19.11 | 3.24 | - |
| YUV | 112.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 14 | 0 | 0.04 | 0.89 | 0.49 | 57.39 | 0.8 | 0.28 |
| Hex | 81 | 7C | E | 0 | 4 | 59 | 31 | 39 | 50 | 1C |
| Octal | 201 | 174 | 16 | 0 | 4 | 131 | 61 | 71 | 120 | 34 |
| Binary | 10000001 | 1111100 | 1110 | 0 | 100 | 1011001 | 110001 | 111001 | 1010000 | 11100 |
Color Harmonies of #817C0E
Complementary color
Monochromatic Colors of #817C0E
Black with #817C0E
Text Example
Text Example
White with #817C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C0E; }
p { color: rgb(129,124,14); }
H1.HeaderClassName
{
color: #817C0E;
}
.AnyTagClassName
{
color: #817C0E;
}
</style>
background-color css
<style>
a { background-color: #817C0E; }
a { background-color: rgb(129,124,14); }
div.DivClassName
{
background-color: #817C0E;
}
.BgClassName
{
background-color: #817C0E;
}
</style>
border-color css
<style>
span { border-color: #817C0E; }
span { border-color: rgb(129,124,14); }
td.TdClassName
{
border-color: #817C0E;
}
.TagClassName
{
border-color: #817C0E;
}
</style>