Html Css Color HEX #7DA56F Amulet

📋 copy color: '#7DA56F'

red 125 ◦ green 165 ◦ blue 111

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

Shades of Amulet #7DA56F

Tints of Amulet #7DA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 31.17%
G = 41.15%
B = 27.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#7DA56F (or 0x7DA56F) is known color: Amulet. HEX triplet: 7D, A5 and 6F. RGB value is (125,165,111). Sum of RGB (Red+Green+Blue) = 125+165+111=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA56F is #825A90. Grayscale: #939393. Windows color (decimal): -8542865 or 7316861. OLE color: 7316861.

HSL color Cylindrical-coordinate representation of color #7DA56F: hue angle of 104.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DA56F is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 111 -
CMYK 0.24 0 0.33 0.35
HSL 104.44º 0.23% 0.54% -
HSV(B) 104.44º 0.33% 0.65% -
XYZ 24.78 32.42 19.99 -
YUV 146.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 125 165 111 0.24 0 0.33 0.35 104.44 0.23 0.54
Hex 7D A5 6F 18 0 21 23 68 17 36
Octal 175 245 157 30 0 41 43 150 27 66
Binary 1111101 10100101 1101111 11000 0 100001 100011 1101000 10111 110110

Color Harmonies of #7DA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA56F

Black with #7DA56F

Text Example


Text Example

White with #7DA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,111); }

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

background-color css

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

 a { background-color: rgb(125,165,111); }

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

border-color css

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

 span { border-color: rgb(125,165,111); }

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