Shades of Olive #817A01
Tints of Olive #817A01
RGB
CMYK
RGB Variations
Color information
#817A01 (or 0x817A01) is known color: Olive. HEX triplet: 81, 7A and 01. RGB value is (129,122,1). Sum of RGB (Red+Green+Blue) = 129+122+1=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #817A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A01 is #7E85FE. Grayscale: #6E6E6E. Windows color (decimal): -8291839 or 96897. OLE color: 96897.
HSL color Cylindrical-coordinate representation of color #817A01: hue angle of 56.72º 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 #817A01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.49 |
| HSL | 56.72º | 0.98% | 0.25% | - |
| HSV(B) | 56.72º | 0.99% | 0.51% | - |
| XYZ | 16.02 | 18.59 | 2.77 | - |
| YUV | 110.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 1 | 0 | 0.05 | 0.99 | 0.49 | 56.72 | 0.98 | 0.25 |
| Hex | 81 | 7A | 1 | 0 | 5 | 63 | 31 | 39 | 62 | 19 |
| Octal | 201 | 172 | 1 | 0 | 5 | 143 | 61 | 71 | 142 | 31 |
| Binary | 10000001 | 1111010 | 1 | 0 | 101 | 1100011 | 110001 | 111001 | 1100010 | 11001 |
Color Harmonies of #817A01
Complementary color
Monochromatic Colors of #817A01
Black with #817A01
Text Example
Text Example
White with #817A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A01; }
p { color: rgb(129,122,1); }
H1.HeaderClassName
{
color: #817A01;
}
.AnyTagClassName
{
color: #817A01;
}
</style>
background-color css
<style>
a { background-color: #817A01; }
a { background-color: rgb(129,122,1); }
div.DivClassName
{
background-color: #817A01;
}
.BgClassName
{
background-color: #817A01;
}
</style>
border-color css
<style>
span { border-color: #817A01; }
span { border-color: rgb(129,122,1); }
td.TdClassName
{
border-color: #817A01;
}
.TagClassName
{
border-color: #817A01;
}
</style>