Shades of Olive #817D06
Tints of Olive #817D06
RGB
CMYK
RGB Variations
Color information
#817D06 (or 0x817D06) is known color: Olive. HEX triplet: 81, 7D and 06. RGB value is (129,125,6). Sum of RGB (Red+Green+Blue) = 129+125+6=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #817D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D06 is #7E82F9. Grayscale: #717171. Windows color (decimal): -8291066 or 425345. OLE color: 425345.
HSL color Cylindrical-coordinate representation of color #817D06: hue angle of 58.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817D06 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 6 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.49 |
| HSL | 58.05º | 0.91% | 0.26% | - |
| HSV(B) | 58.05º | 0.95% | 0.51% | - |
| XYZ | 16.42 | 19.35 | 3.04 | - |
| YUV | 112.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 6 | 0 | 0.03 | 0.95 | 0.49 | 58.05 | 0.91 | 0.26 |
| Hex | 81 | 7D | 6 | 0 | 3 | 5F | 31 | 3A | 5B | 1A |
| Octal | 201 | 175 | 6 | 0 | 3 | 137 | 61 | 72 | 133 | 32 |
| Binary | 10000001 | 1111101 | 110 | 0 | 11 | 1011111 | 110001 | 111010 | 1011011 | 11010 |
Color Harmonies of #817D06
Complementary color
Monochromatic Colors of #817D06
Black with #817D06
Text Example
Text Example
White with #817D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D06; }
p { color: rgb(129,125,6); }
H1.HeaderClassName
{
color: #817D06;
}
.AnyTagClassName
{
color: #817D06;
}
</style>
background-color css
<style>
a { background-color: #817D06; }
a { background-color: rgb(129,125,6); }
div.DivClassName
{
background-color: #817D06;
}
.BgClassName
{
background-color: #817D06;
}
</style>
border-color css
<style>
span { border-color: #817D06; }
span { border-color: rgb(129,125,6); }
td.TdClassName
{
border-color: #817D06;
}
.TagClassName
{
border-color: #817D06;
}
</style>