Html Css Color HEX #7FA490 Padua

📋 copy color: '#7FA490'

red 127 ◦ green 164 ◦ blue 144

#7FA490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7FA490

Tints of Padua #7FA490

RGB

 RED value IS 127 (50% from 255) = 29.2%

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 29.2%
G = 37.7%
B = 33.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#7FA490 (or 0x7FA490) is known color: 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

RGB 127 164 144 -
CMYK 0.23 0 0.12 0.36
HSL 147.57º 0.17% 0.57% -
HSV(B) 147.57º 0.23% 0.64% -
XYZ 27.06 33.08 31.34 -
YUV 150.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 127 164 144 0.23 0 0.12 0.36 147.57 0.17 0.57
Hex 7F A4 90 17 0 C 24 94 11 39
Octal 177 244 220 27 0 14 44 224 21 71
Binary 1111111 10100100 10010000 10111 0 1100 100100 10010100 10001 111001

Color Harmonies of #7FA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA490

Black with #7FA490

Text Example


Text Example

White with #7FA490

Text Example


Text Example

HTML Codes & Css Web 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>