Shades of Olive #828001
Tints of Olive #828001
RGB
CMYK
RGB Variations
Color information
#828001 (or 0x828001) is known color: Olive. HEX triplet: 82, 80 and 01. RGB value is (130,128,1). Sum of RGB (Red+Green+Blue) = 130+128+1=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #828001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828001 is #7D7FFE. Grayscale: #727272. Windows color (decimal): -8224767 or 98434. OLE color: 98434.
HSL color Cylindrical-coordinate representation of color #828001: hue angle of 59.07º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828001 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.49 |
| HSL | 59.07º | 0.98% | 0.26% | - |
| HSV(B) | 59.07º | 0.99% | 0.51% | - |
| XYZ | 16.93 | 20.19 | 3.03 | - |
| YUV | 114.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 1 | 0 | 0.02 | 0.99 | 0.49 | 59.07 | 0.98 | 0.26 |
| Hex | 82 | 80 | 1 | 0 | 2 | 63 | 31 | 3B | 62 | 1A |
| Octal | 202 | 200 | 1 | 0 | 2 | 143 | 61 | 73 | 142 | 32 |
| Binary | 10000010 | 10000000 | 1 | 0 | 10 | 1100011 | 110001 | 111011 | 1100010 | 11010 |
Color Harmonies of #828001
Complementary color
Monochromatic Colors of #828001
Black with #828001
Text Example
Text Example
White with #828001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828001; }
p { color: rgb(130,128,1); }
H1.HeaderClassName
{
color: #828001;
}
.AnyTagClassName
{
color: #828001;
}
</style>
background-color css
<style>
a { background-color: #828001; }
a { background-color: rgb(130,128,1); }
div.DivClassName
{
background-color: #828001;
}
.BgClassName
{
background-color: #828001;
}
</style>
border-color css
<style>
span { border-color: #828001; }
span { border-color: rgb(130,128,1); }
td.TdClassName
{
border-color: #828001;
}
.TagClassName
{
border-color: #828001;
}
</style>