Shades of Olive #817D07
Tints of Olive #817D07
RGB
CMYK
RGB Variations
Color information
#817D07 (or 0x817D07) is known color: Olive. HEX triplet: 81, 7D and 07. RGB value is (129,125,7). Sum of RGB (Red+Green+Blue) = 129+125+7=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #817D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D07 is #7E82F8. Grayscale: #717171. Windows color (decimal): -8291065 or 490881. OLE color: 490881.
HSL color Cylindrical-coordinate representation of color #817D07: hue angle of 58.03º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817D07 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 7 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.49 |
| HSL | 58.03º | 0.9% | 0.27% | - |
| HSV(B) | 58.03º | 0.95% | 0.51% | - |
| XYZ | 16.43 | 19.35 | 3.07 | - |
| YUV | 112.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 7 | 0 | 0.03 | 0.95 | 0.49 | 58.03 | 0.9 | 0.27 |
| Hex | 81 | 7D | 7 | 0 | 3 | 5F | 31 | 3A | 5A | 1B |
| Octal | 201 | 175 | 7 | 0 | 3 | 137 | 61 | 72 | 132 | 33 |
| Binary | 10000001 | 1111101 | 111 | 0 | 11 | 1011111 | 110001 | 111010 | 1011010 | 11011 |
Color Harmonies of #817D07
Complementary color
Monochromatic Colors of #817D07
Black with #817D07
Text Example
Text Example
White with #817D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D07; }
p { color: rgb(129,125,7); }
H1.HeaderClassName
{
color: #817D07;
}
.AnyTagClassName
{
color: #817D07;
}
</style>
background-color css
<style>
a { background-color: #817D07; }
a { background-color: rgb(129,125,7); }
div.DivClassName
{
background-color: #817D07;
}
.BgClassName
{
background-color: #817D07;
}
</style>
border-color css
<style>
span { border-color: #817D07; }
span { border-color: rgb(129,125,7); }
td.TdClassName
{
border-color: #817D07;
}
.TagClassName
{
border-color: #817D07;
}
</style>