Html Css Color HEX #7DAC93 Padua

📋 copy color: '#7DAC93'

red 125 ◦ green 172 ◦ blue 147

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

Shades of Padua #7DAC93

Tints of Padua #7DAC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 28.15%
G = 38.74%
B = 33.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#7DAC93 (or 0x7DAC93) is known color: Padua. HEX triplet: 7D, AC and 93. RGB value is (125,172,147). Sum of RGB (Red+Green+Blue) = 125+172+147=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC93 is #82536C. Grayscale: #9B9B9B. Windows color (decimal): -8541037 or 9677949. OLE color: 9677949.

HSL color Cylindrical-coordinate representation of color #7DAC93: hue angle of 148.09º 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 #7DAC93 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 147 -
CMYK 0.27 0 0.15 0.33
HSL 148.09º 0.22% 0.58% -
HSV(B) 148.09º 0.27% 0.67% -
XYZ 28.48 35.97 33.05 -
YUV 155.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 125 172 147 0.27 0 0.15 0.33 148.09 0.22 0.58
Hex 7D AC 93 1B 0 F 21 94 16 3A
Octal 175 254 223 33 0 17 41 224 26 72
Binary 1111101 10101100 10010011 11011 0 1111 100001 10010100 10110 111010

Color Harmonies of #7DAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC93

Black with #7DAC93

Text Example


Text Example

White with #7DAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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