Shades of Olive #828400
Tints of Olive #828400
RGB
CMYK
RGB Variations
Color information
#828400 (or 0x828400) is known color: Olive. HEX triplet: 82, 84 and 00. RGB value is (130,132,0). Sum of RGB (Red+Green+Blue) = 130+132+0=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #828400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828400 is #7D7BFF. Grayscale: #747474. Windows color (decimal): -8223744 or 33922. OLE color: 33922.
HSL color Cylindrical-coordinate representation of color #828400: hue angle of 60.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828400 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.48 |
| HSL | 60.91º | 1% | 0.26% | - |
| HSV(B) | 60.91º | 1% | 0.52% | - |
| XYZ | 17.46 | 21.25 | 3.18 | - |
| YUV | 116.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 0 | 0.02 | 0 | 1 | 0.48 | 60.91 | 1 | 0.26 |
| Hex | 82 | 84 | 0 | 2 | 0 | 64 | 30 | 3D | 64 | 1A |
| Octal | 202 | 204 | 0 | 2 | 0 | 144 | 60 | 75 | 144 | 32 |
| Binary | 10000010 | 10000100 | 0 | 10 | 0 | 1100100 | 110000 | 111101 | 1100100 | 11010 |
Color Harmonies of #828400
Complementary color
Monochromatic Colors of #828400
Black with #828400
Text Example
Text Example
White with #828400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828400; }
p { color: rgb(130,132,0); }
H1.HeaderClassName
{
color: #828400;
}
.AnyTagClassName
{
color: #828400;
}
</style>
background-color css
<style>
a { background-color: #828400; }
a { background-color: rgb(130,132,0); }
div.DivClassName
{
background-color: #828400;
}
.BgClassName
{
background-color: #828400;
}
</style>
border-color css
<style>
span { border-color: #828400; }
span { border-color: rgb(130,132,0); }
td.TdClassName
{
border-color: #828400;
}
.TagClassName
{
border-color: #828400;
}
</style>