Shades of Olive #828000
Tints of Olive #828000
RGB
CMYK
RGB Variations
Color information
#828000 (or 0x828000) is known color: Olive. HEX triplet: 82, 80 and 00. RGB value is (130,128,0). Sum of RGB (Red+Green+Blue) = 130+128+0=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #828000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828000 is #7D7FFF. Grayscale: #727272. Windows color (decimal): -8224768 or 32898. OLE color: 32898.
HSL color Cylindrical-coordinate representation of color #828000: hue angle of 59.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.49 |
| HSL | 59.08º | 1% | 0.25% | - |
| HSV(B) | 59.08º | 1% | 0.51% | - |
| XYZ | 16.93 | 20.18 | 3 | - |
| YUV | 114.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 0 | 0 | 0.02 | 1 | 0.49 | 59.08 | 1 | 0.25 |
| Hex | 82 | 80 | 0 | 0 | 2 | 64 | 31 | 3B | 64 | 19 |
| Octal | 202 | 200 | 0 | 0 | 2 | 144 | 61 | 73 | 144 | 31 |
| Binary | 10000010 | 10000000 | 0 | 0 | 10 | 1100100 | 110001 | 111011 | 1100100 | 11001 |
Color Harmonies of #828000
Complementary color
Monochromatic Colors of #828000
Black with #828000
Text Example
Text Example
White with #828000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828000; }
p { color: rgb(130,128,0); }
H1.HeaderClassName
{
color: #828000;
}
.AnyTagClassName
{
color: #828000;
}
</style>
background-color css
<style>
a { background-color: #828000; }
a { background-color: rgb(130,128,0); }
div.DivClassName
{
background-color: #828000;
}
.BgClassName
{
background-color: #828000;
}
</style>
border-color css
<style>
span { border-color: #828000; }
span { border-color: rgb(130,128,0); }
td.TdClassName
{
border-color: #828000;
}
.TagClassName
{
border-color: #828000;
}
</style>