#828000

Color #828000 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #828000

Tints of Olive #828000

Color information

#828000 (or 0x828000) is unknown color: approx Olive. HEX triplet: 82, 80 and 00. RGB value is (130,128,0). Sum of RGB (Red+Green+Blue) = 130+128+0=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #828000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828000 is #7D7FFF. Grayscale: #727272. Windows color (decimal): -8224768 or 32898. OLE color: 32898.

HSL color Cylindrical-coordinate representation of color #828000: hue angle of 59.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301280-
CMYK00.0210.49
HSL59.08º100%25.49%-
HSV(B)59.08º100%50.98%-
XYZ16.9320.183-
YUV114.0163.66139.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.39%
G=49.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130128000.0210.4959.0810025.49
Hex828000264313b6419
Octal202200002144617314431
Binary100000101000000000101100100110001111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828000; }

 p { color: rgb(130,128,0); }

 H1.HeaderClassName
 {
   color: #828000;
 }
 .AnyTagClassName
 {
   color: #828000;
 }
</style>
background-color css

<style>
 a { background-color: #828000; }

 a { background-color: rgb(130,128,0); }

 div.DivClassName
 {
   background-color: #828000;
 }
 .BgClassName
 {
   background-color: #828000;
 }
</style>
border-color css

<style>
 span { border-color: #828000; }

 span { border-color: rgb(130,128,0); }

 td.TdClassName
 {
   border-color: #828000;
 }
 .TagClassName
 {
   border-color: #828000;
 }
</style>