Shades of Olive #817D01
Tints of Olive #817D01
RGB
CMYK
RGB Variations
Color information
#817D01 (or 0x817D01) is known color: Olive. HEX triplet: 81, 7D and 01. RGB value is (129,125,1). Sum of RGB (Red+Green+Blue) = 129+125+1=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #817D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D01 is #7E82FE. Grayscale: #707070. Windows color (decimal): -8291071 or 97665. OLE color: 97665.
HSL color Cylindrical-coordinate representation of color #817D01: hue angle of 58.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #817D01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.49 |
| HSL | 58.13º | 0.98% | 0.25% | - |
| HSV(B) | 58.13º | 0.99% | 0.51% | - |
| XYZ | 16.39 | 19.34 | 2.9 | - |
| YUV | 112.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 1 | 0 | 0.03 | 0.99 | 0.49 | 58.13 | 0.98 | 0.25 |
| Hex | 81 | 7D | 1 | 0 | 3 | 63 | 31 | 3A | 62 | 19 |
| Octal | 201 | 175 | 1 | 0 | 3 | 143 | 61 | 72 | 142 | 31 |
| Binary | 10000001 | 1111101 | 1 | 0 | 11 | 1100011 | 110001 | 111010 | 1100010 | 11001 |
Color Harmonies of #817D01
Complementary color
Monochromatic Colors of #817D01
Black with #817D01
Text Example
Text Example
White with #817D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D01; }
p { color: rgb(129,125,1); }
H1.HeaderClassName
{
color: #817D01;
}
.AnyTagClassName
{
color: #817D01;
}
</style>
background-color css
<style>
a { background-color: #817D01; }
a { background-color: rgb(129,125,1); }
div.DivClassName
{
background-color: #817D01;
}
.BgClassName
{
background-color: #817D01;
}
</style>
border-color css
<style>
span { border-color: #817D01; }
span { border-color: rgb(129,125,1); }
td.TdClassName
{
border-color: #817D01;
}
.TagClassName
{
border-color: #817D01;
}
</style>