Shades of Olive #828503
Tints of Olive #828503
RGB
CMYK
RGB Variations
Color information
#828503 (or 0x828503) is known color: Olive. HEX triplet: 82, 85 and 03. RGB value is (130,133,3). Sum of RGB (Red+Green+Blue) = 130+133+3=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #828503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828503 is #7D7AFC. Grayscale: #757575. Windows color (decimal): -8223485 or 230786. OLE color: 230786.
HSL color Cylindrical-coordinate representation of color #828503: hue angle of 61.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #828503 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.48 |
| HSL | 61.38º | 0.96% | 0.27% | - |
| HSV(B) | 61.38º | 0.98% | 0.52% | - |
| XYZ | 17.61 | 21.53 | 3.31 | - |
| YUV | 117.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 3 | 0.02 | 0 | 0.98 | 0.48 | 61.38 | 0.96 | 0.27 |
| Hex | 82 | 85 | 3 | 2 | 0 | 62 | 30 | 3D | 60 | 1B |
| Octal | 202 | 205 | 3 | 2 | 0 | 142 | 60 | 75 | 140 | 33 |
| Binary | 10000010 | 10000101 | 11 | 10 | 0 | 1100010 | 110000 | 111101 | 1100000 | 11011 |
Color Harmonies of #828503
Complementary color
Monochromatic Colors of #828503
Black with #828503
Text Example
Text Example
White with #828503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828503; }
p { color: rgb(130,133,3); }
H1.HeaderClassName
{
color: #828503;
}
.AnyTagClassName
{
color: #828503;
}
</style>
background-color css
<style>
a { background-color: #828503; }
a { background-color: rgb(130,133,3); }
div.DivClassName
{
background-color: #828503;
}
.BgClassName
{
background-color: #828503;
}
</style>
border-color css
<style>
span { border-color: #828503; }
span { border-color: rgb(130,133,3); }
td.TdClassName
{
border-color: #828503;
}
.TagClassName
{
border-color: #828503;
}
</style>