Shades of Olive #828005
Tints of Olive #828005
RGB
CMYK
RGB Variations
Color information
#828005 (or 0x828005) is known color: Olive. HEX triplet: 82, 80 and 05. RGB value is (130,128,5). Sum of RGB (Red+Green+Blue) = 130+128+5=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #828005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828005 is #7D7FFA. Grayscale: #737373. Windows color (decimal): -8224763 or 360578. OLE color: 360578.
HSL color Cylindrical-coordinate representation of color #828005: hue angle of 59.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828005 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.49 |
| HSL | 59.04º | 0.93% | 0.26% | - |
| HSV(B) | 59.04º | 0.96% | 0.51% | - |
| XYZ | 16.95 | 20.2 | 3.15 | - |
| YUV | 114.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 5 | 0 | 0.02 | 0.96 | 0.49 | 59.04 | 0.93 | 0.26 |
| Hex | 82 | 80 | 5 | 0 | 2 | 60 | 31 | 3B | 5D | 1A |
| Octal | 202 | 200 | 5 | 0 | 2 | 140 | 61 | 73 | 135 | 32 |
| Binary | 10000010 | 10000000 | 101 | 0 | 10 | 1100000 | 110001 | 111011 | 1011101 | 11010 |
Color Harmonies of #828005
Complementary color
Monochromatic Colors of #828005
Black with #828005
Text Example
Text Example
White with #828005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828005; }
p { color: rgb(130,128,5); }
H1.HeaderClassName
{
color: #828005;
}
.AnyTagClassName
{
color: #828005;
}
</style>
background-color css
<style>
a { background-color: #828005; }
a { background-color: rgb(130,128,5); }
div.DivClassName
{
background-color: #828005;
}
.BgClassName
{
background-color: #828005;
}
</style>
border-color css
<style>
span { border-color: #828005; }
span { border-color: rgb(130,128,5); }
td.TdClassName
{
border-color: #828005;
}
.TagClassName
{
border-color: #828005;
}
</style>