Shades of Olive #816601
Tints of Olive #816601
RGB
CMYK
RGB Variations
Color information
#816601 (or 0x816601) is known color: Olive. HEX triplet: 81, 66 and 01. RGB value is (129,102,1). Sum of RGB (Red+Green+Blue) = 129+102+1=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #816601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816601 is #7E99FE. Grayscale: #626262. Windows color (decimal): -8296959 or 91777. OLE color: 91777.
HSL color Cylindrical-coordinate representation of color #816601: hue angle of 47.34º 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 #816601 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.49 |
| HSL | 47.34º | 0.98% | 0.25% | - |
| HSV(B) | 47.34º | 0.99% | 0.51% | - |
| XYZ | 13.81 | 14.17 | 2.04 | - |
| YUV | 98.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 1 | 0 | 0.21 | 0.99 | 0.49 | 47.34 | 0.98 | 0.25 |
| Hex | 81 | 66 | 1 | 0 | 15 | 63 | 31 | 2F | 62 | 19 |
| Octal | 201 | 146 | 1 | 0 | 25 | 143 | 61 | 57 | 142 | 31 |
| Binary | 10000001 | 1100110 | 1 | 0 | 10101 | 1100011 | 110001 | 101111 | 1100010 | 11001 |
Color Harmonies of #816601
Complementary color
Monochromatic Colors of #816601
Black with #816601
Text Example
Text Example
White with #816601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816601; }
p { color: rgb(129,102,1); }
H1.HeaderClassName
{
color: #816601;
}
.AnyTagClassName
{
color: #816601;
}
</style>
background-color css
<style>
a { background-color: #816601; }
a { background-color: rgb(129,102,1); }
div.DivClassName
{
background-color: #816601;
}
.BgClassName
{
background-color: #816601;
}
</style>
border-color css
<style>
span { border-color: #816601; }
span { border-color: rgb(129,102,1); }
td.TdClassName
{
border-color: #816601;
}
.TagClassName
{
border-color: #816601;
}
</style>