Shades of Olive #817C0D
Tints of Olive #817C0D
RGB
CMYK
RGB Variations
Color information
#817C0D (or 0x817C0D) is known color: Olive. HEX triplet: 81, 7C and 0D. RGB value is (129,124,13). Sum of RGB (Red+Green+Blue) = 129+124+13=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #817C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C0D is #7E83F2. Grayscale: #717171. Windows color (decimal): -8291315 or 883841. OLE color: 883841.
HSL color Cylindrical-coordinate representation of color #817C0D: hue angle of 57.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #817C0D is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 13 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.49 |
| HSL | 57.41º | 0.82% | 0.28% | - |
| HSV(B) | 57.41º | 0.9% | 0.51% | - |
| XYZ | 16.33 | 19.11 | 3.21 | - |
| YUV | 112.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 13 | 0 | 0.04 | 0.90 | 0.49 | 57.41 | 0.82 | 0.28 |
| Hex | 81 | 7C | D | 0 | 4 | 5A | 31 | 39 | 52 | 1C |
| Octal | 201 | 174 | 15 | 0 | 4 | 132 | 61 | 71 | 122 | 34 |
| Binary | 10000001 | 1111100 | 1101 | 0 | 100 | 1011010 | 110001 | 111001 | 1010010 | 11100 |
Color Harmonies of #817C0D
Complementary color
Monochromatic Colors of #817C0D
Black with #817C0D
Text Example
Text Example
White with #817C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C0D; }
p { color: rgb(129,124,13); }
H1.HeaderClassName
{
color: #817C0D;
}
.AnyTagClassName
{
color: #817C0D;
}
</style>
background-color css
<style>
a { background-color: #817C0D; }
a { background-color: rgb(129,124,13); }
div.DivClassName
{
background-color: #817C0D;
}
.BgClassName
{
background-color: #817C0D;
}
</style>
border-color css
<style>
span { border-color: #817C0D; }
span { border-color: rgb(129,124,13); }
td.TdClassName
{
border-color: #817C0D;
}
.TagClassName
{
border-color: #817C0D;
}
</style>