Shades of Olive #817D00
Tints of Olive #817D00
RGB
CMYK
RGB Variations
Color information
#817D00 (or 0x817D00) is known color: Olive. HEX triplet: 81, 7D and 00. RGB value is (129,125,0). Sum of RGB (Red+Green+Blue) = 129+125+0=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #817D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D00 is #7E82FF. Grayscale: #707070. Windows color (decimal): -8291072 or 32129. OLE color: 32129.
HSL color Cylindrical-coordinate representation of color #817D00: hue angle of 58.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #817D00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.49 |
| HSL | 58.14º | 1% | 0.25% | - |
| HSV(B) | 58.14º | 1% | 0.51% | - |
| XYZ | 16.39 | 19.33 | 2.87 | - |
| YUV | 111.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 0 | 0 | 0.03 | 1 | 0.49 | 58.14 | 1 | 0.25 |
| Hex | 81 | 7D | 0 | 0 | 3 | 64 | 31 | 3A | 64 | 19 |
| Octal | 201 | 175 | 0 | 0 | 3 | 144 | 61 | 72 | 144 | 31 |
| Binary | 10000001 | 1111101 | 0 | 0 | 11 | 1100100 | 110001 | 111010 | 1100100 | 11001 |
Color Harmonies of #817D00
Complementary color
Monochromatic Colors of #817D00
Black with #817D00
Text Example
Text Example
White with #817D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D00; }
p { color: rgb(129,125,0); }
H1.HeaderClassName
{
color: #817D00;
}
.AnyTagClassName
{
color: #817D00;
}
</style>
background-color css
<style>
a { background-color: #817D00; }
a { background-color: rgb(129,125,0); }
div.DivClassName
{
background-color: #817D00;
}
.BgClassName
{
background-color: #817D00;
}
</style>
border-color css
<style>
span { border-color: #817D00; }
span { border-color: rgb(129,125,0); }
td.TdClassName
{
border-color: #817D00;
}
.TagClassName
{
border-color: #817D00;
}
</style>