#7FA490

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

Shades of Padua #7FA490

Tints of Padua #7FA490

Color information

#7FA490 (or 0x7FA490) is unknown color: approx Padua. HEX triplet: 7F, A4 and 90. RGB value is (127,164,144). Sum of RGB (Red+Green+Blue) = 127+164+144=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA490 is #805B6F. Grayscale: #969696. Windows color (decimal): -8412016 or 9479295. OLE color: 9479295.

HSL color Cylindrical-coordinate representation of color #7FA490: hue angle of 147.57º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA490 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB127164144-
CMYK0.2300.120.36
HSL147.57º16.89%57.06%-
HSV(B)147.57º22.56%64.31%-
XYZ27.0633.0831.34-
YUV150.66124.24111.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=29.20%
G=37.70%
B=33.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641440.2300.120.36147.5716.8957.06
Hex7FA490170C24941139
Octal17724422027014442242171
Binary1111111101001001001000010111011001001001001010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,144); }

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

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

 a { background-color: rgb(127,164,144); }

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

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

 span { border-color: rgb(127,164,144); }

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