#80820D

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

Shades of Olive #80820D

Tints of Olive #80820D

Color information

#80820D (or 0x80820D) is unknown color: approx Olive. HEX triplet: 80, 82 and 0D. RGB value is (128,130,13). Sum of RGB (Red+Green+Blue) = 128+130+13=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #80820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820D is #7F7DF2. Grayscale: #747474. Windows color (decimal): -8355315 or 885376. OLE color: 885376.

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

Color convert

RGB12813013-
CMYK0.0200.90.49
HSL61.03º81.82%28.04%-
HSV(B)61.03º90%50.98%-
XYZ16.9620.583.46-
YUV116.0669.84136.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=47.23%
G=47.97%
B=4.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130130.0200.90.4961.0381.8228.04
Hex8082D205A313d521c
Octal2002021520132617512234
Binary100000001000001011011001011010110001111101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80820D; }

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

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

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

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

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

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

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

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