Html Css Color HEX #7DA67C Amulet

📋 copy color: '#7DA67C'

red 125 ◦ green 166 ◦ blue 124

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

Shades of Amulet #7DA67C

Tints of Amulet #7DA67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 30.12%
G = 40%
B = 29.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#7DA67C (or 0x7DA67C) is known color: Amulet. HEX triplet: 7D, A6 and 7C. RGB value is (125,166,124). Sum of RGB (Red+Green+Blue) = 125+166+124=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA67C is #825983. Grayscale: #959595. Windows color (decimal): -8542596 or 8169085. OLE color: 8169085.

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

Color convert

RGB 125 166 124 -
CMYK 0.25 0 0.25 0.35
HSL 118.57º 0.19% 0.57% -
HSV(B) 118.57º 0.25% 0.65% -
XYZ 25.73 33.09 24.1 -
YUV 148.95 113.92 110.92 -
System Red Green Blue C M Y K H S L
Decimal 125 166 124 0.25 0 0.25 0.35 118.57 0.19 0.57
Hex 7D A6 7C 19 0 19 23 77 13 39
Octal 175 246 174 31 0 31 43 167 23 71
Binary 1111101 10100110 1111100 11001 0 11001 100011 1110111 10011 111001

Color Harmonies of #7DA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA67C

Black with #7DA67C

Text Example


Text Example

White with #7DA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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