#80720A

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

Shades of Olive #80720A

Tints of Olive #80720A

Color information

#80720A (or 0x80720A) is unknown color: approx Olive. HEX triplet: 80, 72 and 0A. RGB value is (128,114,10). Sum of RGB (Red+Green+Blue) = 128+114+10=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80720A is #7F8DF5. Grayscale: #6A6A6A. Windows color (decimal): -8359414 or 684672. OLE color: 684672.

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

Color convert

RGB12811410-
CMYK00.110.920.50
HSL52.88º85.51%27.06%-
HSV(B)52.88º92.19%50.2%-
XYZ14.9716.652.71-
YUV106.3373.64143.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=50.79%
G=45.24%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281141000.110.920.5052.8885.5127.06
Hex8072A0B5C3235561b
Octal20016212013134626512633
Binary1000000011100101010010111011100110010110101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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