Shades of Olive #828803
Tints of Olive #828803
RGB
CMYK
RGB Variations
Color information
#828803 (or 0x828803) is known color: Olive. HEX triplet: 82, 88 and 03. RGB value is (130,136,3). Sum of RGB (Red+Green+Blue) = 130+136+3=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #828803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828803 is #7D77FC. Grayscale: #777777. Windows color (decimal): -8222717 or 231554. OLE color: 231554.
HSL color Cylindrical-coordinate representation of color #828803: hue angle of 62.71º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #828803 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.47 |
| HSL | 62.71º | 0.96% | 0.27% | - |
| HSV(B) | 62.71º | 0.98% | 0.53% | - |
| XYZ | 18.03 | 22.36 | 3.45 | - |
| YUV | 119.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 3 | 0.04 | 0 | 0.98 | 0.47 | 62.71 | 0.96 | 0.27 |
| Hex | 82 | 88 | 3 | 4 | 0 | 62 | 2F | 3F | 60 | 1B |
| Octal | 202 | 210 | 3 | 4 | 0 | 142 | 57 | 77 | 140 | 33 |
| Binary | 10000010 | 10001000 | 11 | 100 | 0 | 1100010 | 101111 | 111111 | 1100000 | 11011 |
Color Harmonies of #828803
Complementary color
Monochromatic Colors of #828803
Black with #828803
Text Example
Text Example
White with #828803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828803; }
p { color: rgb(130,136,3); }
H1.HeaderClassName
{
color: #828803;
}
.AnyTagClassName
{
color: #828803;
}
</style>
background-color css
<style>
a { background-color: #828803; }
a { background-color: rgb(130,136,3); }
div.DivClassName
{
background-color: #828803;
}
.BgClassName
{
background-color: #828803;
}
</style>
border-color css
<style>
span { border-color: #828803; }
span { border-color: rgb(130,136,3); }
td.TdClassName
{
border-color: #828803;
}
.TagClassName
{
border-color: #828803;
}
</style>