#80820A

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

Shades of Olive #80820A

Tints of Olive #80820A

Color information

#80820A (or 0x80820A) is unknown color: approx Olive. HEX triplet: 80, 82 and 0A. RGB value is (128,130,10). Sum of RGB (Red+Green+Blue) = 128+130+10=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #80820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820A is #7F7DF5. Grayscale: #747474. Windows color (decimal): -8355318 or 688768. OLE color: 688768.

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

Color convert

RGB12813010-
CMYK0.0200.920.49
HSL61º85.71%27.45%-
HSV(B)61º92.31%50.98%-
XYZ16.9420.583.37-
YUV115.7268.34136.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=47.76%
G=48.51%
B=3.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130100.0200.920.496185.7127.45
Hex8082A205C313d561b
Octal2002021220134617512633
Binary100000001000001010101001011100110001111101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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