#80A790

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

Shades of Padua #80A790

Tints of Padua #80A790

Color information

#80A790 (or 0x80A790) is unknown color: approx Padua. HEX triplet: 80, A7 and 90. RGB value is (128,167,144). Sum of RGB (Red+Green+Blue) = 128+167+144=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #80A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A790 is #7F586F. Grayscale: #989898. Windows color (decimal): -8345712 or 9480064. OLE color: 9480064.

HSL color Cylindrical-coordinate representation of color #80A790: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A790 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB128167144-
CMYK0.2300.140.35
HSL144.62º18.14%57.84%-
HSV(B)144.62º23.35%65.49%-
XYZ27.7534.2431.53-
YUV152.72123.08110.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=29.16%
G=38.04%
B=32.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281671440.2300.140.35144.6218.1457.84
Hex80A790170E2391123a
Octal20024722027016432212272
Binary10000000101001111001000010111011101000111001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A790; }

 p { color: rgb(128,167,144); }

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

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

 a { background-color: rgb(128,167,144); }

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

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

 span { border-color: rgb(128,167,144); }

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