Shades of Olive #817F00
Tints of Olive #817F00
RGB
CMYK
RGB Variations
Color information
#817F00 (or 0x817F00) is known color: Olive. HEX triplet: 81, 7F and 00. RGB value is (129,127,0). Sum of RGB (Red+Green+Blue) = 129+127+0=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #817F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817F00 is #7E80FF. Grayscale: #717171. Windows color (decimal): -8290560 or 32641. OLE color: 32641.
HSL color Cylindrical-coordinate representation of color #817F00: hue angle of 59.07º 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 #817F00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.49 |
| HSL | 59.07º | 1% | 0.25% | - |
| HSV(B) | 59.07º | 1% | 0.51% | - |
| XYZ | 16.64 | 19.85 | 2.95 | - |
| YUV | 113.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 0 | 0 | 0.02 | 1 | 0.49 | 59.07 | 1 | 0.25 |
| Hex | 81 | 7F | 0 | 0 | 2 | 64 | 31 | 3B | 64 | 19 |
| Octal | 201 | 177 | 0 | 0 | 2 | 144 | 61 | 73 | 144 | 31 |
| Binary | 10000001 | 1111111 | 0 | 0 | 10 | 1100100 | 110001 | 111011 | 1100100 | 11001 |
Color Harmonies of #817F00
Complementary color
Monochromatic Colors of #817F00
Black with #817F00
Text Example
Text Example
White with #817F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F00; }
p { color: rgb(129,127,0); }
H1.HeaderClassName
{
color: #817F00;
}
.AnyTagClassName
{
color: #817F00;
}
</style>
background-color css
<style>
a { background-color: #817F00; }
a { background-color: rgb(129,127,0); }
div.DivClassName
{
background-color: #817F00;
}
.BgClassName
{
background-color: #817F00;
}
</style>
border-color css
<style>
span { border-color: #817F00; }
span { border-color: rgb(129,127,0); }
td.TdClassName
{
border-color: #817F00;
}
.TagClassName
{
border-color: #817F00;
}
</style>