Html Css Color HEX #7DA36D Amulet

📋 copy color: '#7DA36D'

red 125 ◦ green 163 ◦ blue 109

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

Shades of Amulet #7DA36D

Tints of Amulet #7DA36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

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

R = 31.49%
G = 41.06%
B = 27.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#7DA36D (or 0x7DA36D) is known color: Amulet. HEX triplet: 7D, A3 and 6D. RGB value is (125,163,109). Sum of RGB (Red+Green+Blue) = 125+163+109=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA36D is #825C92. Grayscale: #919191. Windows color (decimal): -8543379 or 7185277. OLE color: 7185277.

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

Color convert

RGB 125 163 109 -
CMYK 0.23 0 0.33 0.36
HSL 102.22º 0.23% 0.53% -
HSV(B) 102.22º 0.33% 0.64% -
XYZ 24.31 31.66 19.3 -
YUV 145.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 125 163 109 0.23 0 0.33 0.36 102.22 0.23 0.53
Hex 7D A3 6D 17 0 21 24 66 17 35
Octal 175 243 155 27 0 41 44 146 27 65
Binary 1111101 10100011 1101101 10111 0 100001 100100 1100110 10111 110101

Color Harmonies of #7DA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA36D

Black with #7DA36D

Text Example


Text Example

White with #7DA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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