#7AAF90

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

Shades of Padua #7AAF90

Tints of Padua #7AAF90

Color information

#7AAF90 (or 0x7AAF90) is unknown color: approx Padua. HEX triplet: 7A, AF and 90. RGB value is (122,175,144). Sum of RGB (Red+Green+Blue) = 122+175+144=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF90 is #85506F. Grayscale: #9B9B9B. Windows color (decimal): -8736880 or 9482106. OLE color: 9482106.

HSL color Cylindrical-coordinate representation of color #7AAF90: hue angle of 144.91º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF90 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB122175144-
CMYK0.3000.180.31
HSL144.91º24.88%58.24%-
HSV(B)144.91º30.29%68.63%-
XYZ28.3936.8131.99-
YUV155.62121.44104.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=27.66%
G=39.68%
B=32.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751440.3000.180.31144.9124.8858.24
Hex7AAF901E0121F91193a
Octal17225722036022372213172
Binary1111010101011111001000011110010010111111001000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,144); }

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

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

 a { background-color: rgb(122,175,144); }

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

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

 span { border-color: rgb(122,175,144); }

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