Html Css Color HEX #7DAE71 Amulet

📋 copy color: '#7DAE71'

red 125 ◦ green 174 ◦ blue 113

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

Shades of Amulet #7DAE71

Tints of Amulet #7DAE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 30.34%
G = 42.23%
B = 27.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#7DAE71 (or 0x7DAE71) is known color: Amulet. HEX triplet: 7D, AE and 71. RGB value is (125,174,113). Sum of RGB (Red+Green+Blue) = 125+174+113=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE71 is #82518E. Grayscale: #989898. Windows color (decimal): -8540559 or 7450237. OLE color: 7450237.

HSL color Cylindrical-coordinate representation of color #7DAE71: hue angle of 108.2º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DAE71 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 113 -
CMYK 0.28 0 0.35 0.32
HSL 108.2º 0.27% 0.56% -
HSV(B) 108.2º 0.35% 0.68% -
XYZ 26.57 35.82 21.14 -
YUV 152.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 125 174 113 0.28 0 0.35 0.32 108.2 0.27 0.56
Hex 7D AE 71 1C 0 23 20 6C 1B 38
Octal 175 256 161 34 0 43 40 154 33 70
Binary 1111101 10101110 1110001 11100 0 100011 100000 1101100 11011 111000

Color Harmonies of #7DAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE71

Black with #7DAE71

Text Example


Text Example

White with #7DAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,113); }

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

background-color css

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

 a { background-color: rgb(125,174,113); }

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

border-color css

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

 span { border-color: rgb(125,174,113); }

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