#828800

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

Shades of Olive #828800

Tints of Olive #828800

Color information

#828800 (or 0x828800) is unknown color: approx Olive. HEX triplet: 82, 88 and 00. RGB value is (130,136,0). Sum of RGB (Red+Green+Blue) = 130+136+0=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #828800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828800 is #7D77FF. Grayscale: #777777. Windows color (decimal): -8222720 or 34946. OLE color: 34946.

HSL color Cylindrical-coordinate representation of color #828800: hue angle of 62.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828800 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1301360-
CMYK0.04010.47
HSL62.65º100%26.67%-
HSV(B)62.65º100%53.33%-
XYZ18.0122.353.37-
YUV118.761.01136.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.87%
G=51.13%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13013600.04010.4762.6510026.67
Hex8288040642F3f641b
Octal202210040144577714433
Binary1000001010001000010001100100101111111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828800; }

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

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

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

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

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

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

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

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