Shades of Olive #828303
Tints of Olive #828303
RGB
CMYK
RGB Variations
Color information
#828303 (or 0x828303) is known color: Olive. HEX triplet: 82, 83 and 03. RGB value is (130,131,3). Sum of RGB (Red+Green+Blue) = 130+131+3=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #828303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828303 is #7D7CFC. Grayscale: #747474. Windows color (decimal): -8223997 or 230274. OLE color: 230274.
HSL color Cylindrical-coordinate representation of color #828303: hue angle of 60.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #828303 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.49 |
| HSL | 60.47º | 0.96% | 0.26% | - |
| HSV(B) | 60.47º | 0.98% | 0.51% | - |
| XYZ | 17.34 | 20.99 | 3.22 | - |
| YUV | 116.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 3 | 0.01 | 0 | 0.98 | 0.49 | 60.47 | 0.96 | 0.26 |
| Hex | 82 | 83 | 3 | 1 | 0 | 62 | 31 | 3C | 60 | 1A |
| Octal | 202 | 203 | 3 | 1 | 0 | 142 | 61 | 74 | 140 | 32 |
| Binary | 10000010 | 10000011 | 11 | 1 | 0 | 1100010 | 110001 | 111100 | 1100000 | 11010 |
Color Harmonies of #828303
Complementary color
Monochromatic Colors of #828303
Black with #828303
Text Example
Text Example
White with #828303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828303; }
p { color: rgb(130,131,3); }
H1.HeaderClassName
{
color: #828303;
}
.AnyTagClassName
{
color: #828303;
}
</style>
background-color css
<style>
a { background-color: #828303; }
a { background-color: rgb(130,131,3); }
div.DivClassName
{
background-color: #828303;
}
.BgClassName
{
background-color: #828303;
}
</style>
border-color css
<style>
span { border-color: #828303; }
span { border-color: rgb(130,131,3); }
td.TdClassName
{
border-color: #828303;
}
.TagClassName
{
border-color: #828303;
}
</style>