Shades of Olive #819101
Tints of Olive #819101
RGB
CMYK
RGB Variations
Color information
#819101 (or 0x819101) is known color: Olive. HEX triplet: 81, 91 and 01. RGB value is (129,145,1). Sum of RGB (Red+Green+Blue) = 129+145+1=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #819101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819101 is #7E6EFE. Grayscale: #7C7C7C. Windows color (decimal): -8285951 or 102785. OLE color: 102785.
HSL color Cylindrical-coordinate representation of color #819101: hue angle of 66.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #819101 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.43 |
| HSL | 66.67º | 0.99% | 0.29% | - |
| HSV(B) | 66.67º | 0.99% | 0.57% | - |
| XYZ | 19.18 | 24.92 | 3.83 | - |
| YUV | 123.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 1 | 0.11 | 0 | 0.99 | 0.43 | 66.67 | 0.99 | 0.29 |
| Hex | 81 | 91 | 1 | B | 0 | 63 | 2B | 43 | 63 | 1D |
| Octal | 201 | 221 | 1 | 13 | 0 | 143 | 53 | 103 | 143 | 35 |
| Binary | 10000001 | 10010001 | 1 | 1011 | 0 | 1100011 | 101011 | 1000011 | 1100011 | 11101 |
Color Harmonies of #819101
Complementary color
Monochromatic Colors of #819101
Black with #819101
Text Example
Text Example
White with #819101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819101; }
p { color: rgb(129,145,1); }
H1.HeaderClassName
{
color: #819101;
}
.AnyTagClassName
{
color: #819101;
}
</style>
background-color css
<style>
a { background-color: #819101; }
a { background-color: rgb(129,145,1); }
div.DivClassName
{
background-color: #819101;
}
.BgClassName
{
background-color: #819101;
}
</style>
border-color css
<style>
span { border-color: #819101; }
span { border-color: rgb(129,145,1); }
td.TdClassName
{
border-color: #819101;
}
.TagClassName
{
border-color: #819101;
}
</style>