Html Css Color HEX #7DA66A Amulet

📋 copy color: '#7DA66A'

red 125 ◦ green 166 ◦ blue 106

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

Shades of Amulet #7DA66A

Tints of Amulet #7DA66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 31.49%
G = 41.81%
B = 26.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#7DA66A (or 0x7DA66A) is known color: Amulet. HEX triplet: 7D, A6 and 6A. RGB value is (125,166,106). Sum of RGB (Red+Green+Blue) = 125+166+106=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA66A is #825995. Grayscale: #939393. Windows color (decimal): -8542614 or 6989437. OLE color: 6989437.

HSL color Cylindrical-coordinate representation of color #7DA66A: hue angle of 101º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DA66A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 166 106 -
CMYK 0.25 0 0.36 0.35
HSL 101º 0.25% 0.53% -
HSV(B) 101º 0.36% 0.65% -
XYZ 24.7 32.67 18.64 -
YUV 146.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 125 166 106 0.25 0 0.36 0.35 101 0.25 0.53
Hex 7D A6 6A 19 0 24 23 65 19 35
Octal 175 246 152 31 0 44 43 145 31 65
Binary 1111101 10100110 1101010 11001 0 100100 100011 1100101 11001 110101

Color Harmonies of #7DA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA66A

Black with #7DA66A

Text Example


Text Example

White with #7DA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,106); }

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

background-color css

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

 a { background-color: rgb(125,166,106); }

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

border-color css

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

 span { border-color: rgb(125,166,106); }

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