#7EA790

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

Shades of Padua #7EA790

Tints of Padua #7EA790

Color information

#7EA790 (or 0x7EA790) is unknown color: approx Padua. HEX triplet: 7E, A7 and 90. RGB value is (126,167,144). Sum of RGB (Red+Green+Blue) = 126+167+144=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA790 is #81586F. Grayscale: #989898. Windows color (decimal): -8476784 or 9480062. OLE color: 9480062.

HSL color Cylindrical-coordinate representation of color #7EA790: hue angle of 146.34º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA790 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB126167144-
CMYK0.2500.140.35
HSL146.34º18.89%57.45%-
HSV(B)146.34º24.55%65.49%-
XYZ27.4634.0931.52-
YUV152.12123.42109.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=28.83%
G=38.22%
B=32.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671440.2500.140.35146.3418.8957.45
Hex7EA790190E23921339
Octal17624722031016432222371
Binary1111110101001111001000011001011101000111001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA790; }

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

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

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

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

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

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

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

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