Shades of Olive #828604
Tints of Olive #828604
RGB
CMYK
RGB Variations
Color information
#828604 (or 0x828604) is known color: Olive. HEX triplet: 82, 86 and 04. RGB value is (130,134,4). Sum of RGB (Red+Green+Blue) = 130+134+4=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #828604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828604 is #7D79FB. Grayscale: #767676. Windows color (decimal): -8223228 or 296578. OLE color: 296578.
HSL color Cylindrical-coordinate representation of color #828604: hue angle of 61.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #828604 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 4 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.47 |
| HSL | 61.85º | 0.94% | 0.27% | - |
| HSV(B) | 61.85º | 0.97% | 0.53% | - |
| XYZ | 17.75 | 21.8 | 3.39 | - |
| YUV | 117.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 4 | 0.03 | 0 | 0.97 | 0.47 | 61.85 | 0.94 | 0.27 |
| Hex | 82 | 86 | 4 | 3 | 0 | 61 | 2F | 3E | 5E | 1B |
| Octal | 202 | 206 | 4 | 3 | 0 | 141 | 57 | 76 | 136 | 33 |
| Binary | 10000010 | 10000110 | 100 | 11 | 0 | 1100001 | 101111 | 111110 | 1011110 | 11011 |
Color Harmonies of #828604
Complementary color
Monochromatic Colors of #828604
Black with #828604
Text Example
Text Example
White with #828604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828604; }
p { color: rgb(130,134,4); }
H1.HeaderClassName
{
color: #828604;
}
.AnyTagClassName
{
color: #828604;
}
</style>
background-color css
<style>
a { background-color: #828604; }
a { background-color: rgb(130,134,4); }
div.DivClassName
{
background-color: #828604;
}
.BgClassName
{
background-color: #828604;
}
</style>
border-color css
<style>
span { border-color: #828604; }
span { border-color: rgb(130,134,4); }
td.TdClassName
{
border-color: #828604;
}
.TagClassName
{
border-color: #828604;
}
</style>