Html Css Color HEX #7DAC90 Padua

📋 copy color: '#7DAC90'

red 125 ◦ green 172 ◦ blue 144

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

Shades of Padua #7DAC90

Tints of Padua #7DAC90

RGB

 RED value IS 125 (49.22% from 255) = 28.34%

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 28.34%
G = 39%
B = 32.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#7DAC90 (or 0x7DAC90) is known color: Padua. HEX triplet: 7D, AC and 90. RGB value is (125,172,144). Sum of RGB (Red+Green+Blue) = 125+172+144=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC90 is #82536F. Grayscale: #9A9A9A. Windows color (decimal): -8541040 or 9481341. OLE color: 9481341.

HSL color Cylindrical-coordinate representation of color #7DAC90: hue angle of 144.26º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC90 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 144 -
CMYK 0.27 0 0.16 0.33
HSL 144.26º 0.22% 0.58% -
HSV(B) 144.26º 0.27% 0.67% -
XYZ 28.24 35.88 31.82 -
YUV 154.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 125 172 144 0.27 0 0.16 0.33 144.26 0.22 0.58
Hex 7D AC 90 1B 0 10 21 90 16 3A
Octal 175 254 220 33 0 20 41 220 26 72
Binary 1111101 10101100 10010000 11011 0 10000 100001 10010000 10110 111010

Color Harmonies of #7DAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC90

Black with #7DAC90

Text Example


Text Example

White with #7DAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,144); }

 H1.HeaderClassName
 {
   color: #7DAC90;
 }
 .AnyTagClassName
 {
   color: #7DAC90;
 }
</style>

background-color css

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

 a { background-color: rgb(125,172,144); }

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

border-color css

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

 span { border-color: rgb(125,172,144); }

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