Html Css Color HEX #7DAE6D Amulet

📋 copy color: '#7DAE6D'

red 125 ◦ green 174 ◦ blue 109

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

Shades of Amulet #7DAE6D

Tints of Amulet #7DAE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 30.64%
G = 42.65%
B = 26.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#7DAE6D (or 0x7DAE6D) is known color: Amulet. HEX triplet: 7D, AE and 6D. RGB value is (125,174,109). Sum of RGB (Red+Green+Blue) = 125+174+109=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE6D is #825192. Grayscale: #989898. Windows color (decimal): -8540563 or 7188093. OLE color: 7188093.

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

Color convert

RGB 125 174 109 -
CMYK 0.28 0 0.37 0.32
HSL 105.23º 0.29% 0.55% -
HSV(B) 105.23º 0.37% 0.68% -
XYZ 26.35 35.74 19.98 -
YUV 151.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 125 174 109 0.28 0 0.37 0.32 105.23 0.29 0.55
Hex 7D AE 6D 1C 0 25 20 69 1D 37
Octal 175 256 155 34 0 45 40 151 35 67
Binary 1111101 10101110 1101101 11100 0 100101 100000 1101001 11101 110111

Color Harmonies of #7DAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE6D

Black with #7DAE6D

Text Example


Text Example

White with #7DAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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