Shades of Olive #817D0D
Tints of Olive #817D0D
RGB
CMYK
RGB Variations
Color information
#817D0D (or 0x817D0D) is known color: Olive. HEX triplet: 81, 7D and 0D. RGB value is (129,125,13). Sum of RGB (Red+Green+Blue) = 129+125+13=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #817D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D0D is #7E82F2. Grayscale: #717171. Windows color (decimal): -8291059 or 884097. OLE color: 884097.
HSL color Cylindrical-coordinate representation of color #817D0D: hue angle of 57.93º 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 #817D0D is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 13 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.49 |
| HSL | 57.93º | 0.82% | 0.28% | - |
| HSV(B) | 57.93º | 0.9% | 0.51% | - |
| XYZ | 16.46 | 19.36 | 3.25 | - |
| YUV | 113.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 13 | 0 | 0.03 | 0.90 | 0.49 | 57.93 | 0.82 | 0.28 |
| Hex | 81 | 7D | D | 0 | 3 | 5A | 31 | 3A | 52 | 1C |
| Octal | 201 | 175 | 15 | 0 | 3 | 132 | 61 | 72 | 122 | 34 |
| Binary | 10000001 | 1111101 | 1101 | 0 | 11 | 1011010 | 110001 | 111010 | 1010010 | 11100 |
Color Harmonies of #817D0D
Complementary color
Monochromatic Colors of #817D0D
Black with #817D0D
Text Example
Text Example
White with #817D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D0D; }
p { color: rgb(129,125,13); }
H1.HeaderClassName
{
color: #817D0D;
}
.AnyTagClassName
{
color: #817D0D;
}
</style>
background-color css
<style>
a { background-color: #817D0D; }
a { background-color: rgb(129,125,13); }
div.DivClassName
{
background-color: #817D0D;
}
.BgClassName
{
background-color: #817D0D;
}
</style>
border-color css
<style>
span { border-color: #817D0D; }
span { border-color: rgb(129,125,13); }
td.TdClassName
{
border-color: #817D0D;
}
.TagClassName
{
border-color: #817D0D;
}
</style>