Shades of Olive #828006
Tints of Olive #828006
RGB
CMYK
RGB Variations
Color information
#828006 (or 0x828006) is known color: Olive. HEX triplet: 82, 80 and 06. RGB value is (130,128,6). Sum of RGB (Red+Green+Blue) = 130+128+6=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #828006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828006 is #7D7FF9. Grayscale: #737373. Windows color (decimal): -8224762 or 426114. OLE color: 426114.
HSL color Cylindrical-coordinate representation of color #828006: hue angle of 59.03º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #828006 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 6 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.49 |
| HSL | 59.03º | 0.91% | 0.27% | - |
| HSV(B) | 59.03º | 0.95% | 0.51% | - |
| XYZ | 16.96 | 20.2 | 3.18 | - |
| YUV | 114.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 6 | 0 | 0.02 | 0.95 | 0.49 | 59.03 | 0.91 | 0.27 |
| Hex | 82 | 80 | 6 | 0 | 2 | 5F | 31 | 3B | 5B | 1B |
| Octal | 202 | 200 | 6 | 0 | 2 | 137 | 61 | 73 | 133 | 33 |
| Binary | 10000010 | 10000000 | 110 | 0 | 10 | 1011111 | 110001 | 111011 | 1011011 | 11011 |
Color Harmonies of #828006
Complementary color
Monochromatic Colors of #828006
Black with #828006
Text Example
Text Example
White with #828006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828006; }
p { color: rgb(130,128,6); }
H1.HeaderClassName
{
color: #828006;
}
.AnyTagClassName
{
color: #828006;
}
</style>
background-color css
<style>
a { background-color: #828006; }
a { background-color: rgb(130,128,6); }
div.DivClassName
{
background-color: #828006;
}
.BgClassName
{
background-color: #828006;
}
</style>
border-color css
<style>
span { border-color: #828006; }
span { border-color: rgb(130,128,6); }
td.TdClassName
{
border-color: #828006;
}
.TagClassName
{
border-color: #828006;
}
</style>