Shades of Olive #817D0C
Tints of Olive #817D0C
RGB
CMYK
RGB Variations
Color information
#817D0C (or 0x817D0C) is known color: Olive. HEX triplet: 81, 7D and 0C. RGB value is (129,125,12). Sum of RGB (Red+Green+Blue) = 129+125+12=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #817D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D0C is #7E82F3. Grayscale: #717171. Windows color (decimal): -8291060 or 818561. OLE color: 818561.
HSL color Cylindrical-coordinate representation of color #817D0C: hue angle of 57.95º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #817D0C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 12 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.49 |
| HSL | 57.95º | 0.83% | 0.28% | - |
| HSV(B) | 57.95º | 0.91% | 0.51% | - |
| XYZ | 16.45 | 19.36 | 3.22 | - |
| YUV | 113.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 12 | 0 | 0.03 | 0.91 | 0.49 | 57.95 | 0.83 | 0.28 |
| Hex | 81 | 7D | C | 0 | 3 | 5B | 31 | 3A | 53 | 1C |
| Octal | 201 | 175 | 14 | 0 | 3 | 133 | 61 | 72 | 123 | 34 |
| Binary | 10000001 | 1111101 | 1100 | 0 | 11 | 1011011 | 110001 | 111010 | 1010011 | 11100 |
Color Harmonies of #817D0C
Complementary color
Monochromatic Colors of #817D0C
Black with #817D0C
Text Example
Text Example
White with #817D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D0C; }
p { color: rgb(129,125,12); }
H1.HeaderClassName
{
color: #817D0C;
}
.AnyTagClassName
{
color: #817D0C;
}
</style>
background-color css
<style>
a { background-color: #817D0C; }
a { background-color: rgb(129,125,12); }
div.DivClassName
{
background-color: #817D0C;
}
.BgClassName
{
background-color: #817D0C;
}
</style>
border-color css
<style>
span { border-color: #817D0C; }
span { border-color: rgb(129,125,12); }
td.TdClassName
{
border-color: #817D0C;
}
.TagClassName
{
border-color: #817D0C;
}
</style>