Html Css Color HEX #7DA77C Amulet

📋 copy color: '#7DA77C'

red 125 ◦ green 167 ◦ blue 124

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

Shades of Amulet #7DA77C

Tints of Amulet #7DA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 30.05%
G = 40.14%
B = 29.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#7DA77C (or 0x7DA77C) is known color: Amulet. HEX triplet: 7D, A7 and 7C. RGB value is (125,167,124). Sum of RGB (Red+Green+Blue) = 125+167+124=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA77C is #825883. Grayscale: #959595. Windows color (decimal): -8542340 or 8169341. OLE color: 8169341.

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

Color convert

RGB 125 167 124 -
CMYK 0.25 0 0.26 0.35
HSL 118.6º 0.2% 0.57% -
HSV(B) 118.6º 0.26% 0.65% -
XYZ 25.91 33.45 24.16 -
YUV 149.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 125 167 124 0.25 0 0.26 0.35 118.6 0.2 0.57
Hex 7D A7 7C 19 0 1A 23 77 14 39
Octal 175 247 174 31 0 32 43 167 24 71
Binary 1111101 10100111 1111100 11001 0 11010 100011 1110111 10100 111001

Color Harmonies of #7DA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA77C

Black with #7DA77C

Text Example


Text Example

White with #7DA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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