Shades of Olive #828009
Tints of Olive #828009
RGB
CMYK
RGB Variations
Color information
#828009 (or 0x828009) is known color: Olive. HEX triplet: 82, 80 and 09. RGB value is (130,128,9). Sum of RGB (Red+Green+Blue) = 130+128+9=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #828009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828009 is #7D7FF6. Grayscale: #737373. Windows color (decimal): -8224759 or 622722. OLE color: 622722.
HSL color Cylindrical-coordinate representation of color #828009: hue angle of 59.01º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828009 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 9 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.49 |
| HSL | 59.01º | 0.87% | 0.27% | - |
| HSV(B) | 59.01º | 0.93% | 0.51% | - |
| XYZ | 16.97 | 20.2 | 3.26 | - |
| YUV | 115.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 9 | 0 | 0.02 | 0.93 | 0.49 | 59.01 | 0.87 | 0.27 |
| Hex | 82 | 80 | 9 | 0 | 2 | 5D | 31 | 3B | 57 | 1B |
| Octal | 202 | 200 | 11 | 0 | 2 | 135 | 61 | 73 | 127 | 33 |
| Binary | 10000010 | 10000000 | 1001 | 0 | 10 | 1011101 | 110001 | 111011 | 1010111 | 11011 |
Color Harmonies of #828009
Complementary color
Monochromatic Colors of #828009
Black with #828009
Text Example
Text Example
White with #828009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828009; }
p { color: rgb(130,128,9); }
H1.HeaderClassName
{
color: #828009;
}
.AnyTagClassName
{
color: #828009;
}
</style>
background-color css
<style>
a { background-color: #828009; }
a { background-color: rgb(130,128,9); }
div.DivClassName
{
background-color: #828009;
}
.BgClassName
{
background-color: #828009;
}
</style>
border-color css
<style>
span { border-color: #828009; }
span { border-color: rgb(130,128,9); }
td.TdClassName
{
border-color: #828009;
}
.TagClassName
{
border-color: #828009;
}
</style>