Shades of Olive #817C0A
Tints of Olive #817C0A
RGB
CMYK
RGB Variations
Color information
#817C0A (or 0x817C0A) is known color: Olive. HEX triplet: 81, 7C and 0A. RGB value is (129,124,10). Sum of RGB (Red+Green+Blue) = 129+124+10=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #817C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C0A is #7E83F5. Grayscale: #707070. Windows color (decimal): -8291318 or 687233. OLE color: 687233.
HSL color Cylindrical-coordinate representation of color #817C0A: hue angle of 57.48º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #817C0A is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 10 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.49 |
| HSL | 57.48º | 0.86% | 0.27% | - |
| HSV(B) | 57.48º | 0.92% | 0.51% | - |
| XYZ | 16.32 | 19.1 | 3.11 | - |
| YUV | 112.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 10 | 0 | 0.04 | 0.92 | 0.49 | 57.48 | 0.86 | 0.27 |
| Hex | 81 | 7C | A | 0 | 4 | 5C | 31 | 39 | 56 | 1B |
| Octal | 201 | 174 | 12 | 0 | 4 | 134 | 61 | 71 | 126 | 33 |
| Binary | 10000001 | 1111100 | 1010 | 0 | 100 | 1011100 | 110001 | 111001 | 1010110 | 11011 |
Color Harmonies of #817C0A
Complementary color
Monochromatic Colors of #817C0A
Black with #817C0A
Text Example
Text Example
White with #817C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C0A; }
p { color: rgb(129,124,10); }
H1.HeaderClassName
{
color: #817C0A;
}
.AnyTagClassName
{
color: #817C0A;
}
</style>
background-color css
<style>
a { background-color: #817C0A; }
a { background-color: rgb(129,124,10); }
div.DivClassName
{
background-color: #817C0A;
}
.BgClassName
{
background-color: #817C0A;
}
</style>
border-color css
<style>
span { border-color: #817C0A; }
span { border-color: rgb(129,124,10); }
td.TdClassName
{
border-color: #817C0A;
}
.TagClassName
{
border-color: #817C0A;
}
</style>