Html Css Color HEX #7DA96D Amulet

📋 copy color: '#7DA96D'

red 125 ◦ green 169 ◦ blue 109

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

Shades of Amulet #7DA96D

Tints of Amulet #7DA96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.94%

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

R = 31.02%
G = 41.94%
B = 27.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#7DA96D (or 0x7DA96D) is known color: Amulet. HEX triplet: 7D, A9 and 6D. RGB value is (125,169,109). Sum of RGB (Red+Green+Blue) = 125+169+109=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA96D is #825692. Grayscale: #959595. Windows color (decimal): -8541843 or 7186813. OLE color: 7186813.

HSL color Cylindrical-coordinate representation of color #7DA96D: hue angle of 104º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DA96D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 169 109 -
CMYK 0.26 0 0.36 0.34
HSL 104º 0.26% 0.55% -
HSV(B) 104º 0.36% 0.66% -
XYZ 25.41 33.84 19.66 -
YUV 149 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 125 169 109 0.26 0 0.36 0.34 104 0.26 0.55
Hex 7D A9 6D 1A 0 24 22 68 1A 37
Octal 175 251 155 32 0 44 42 150 32 67
Binary 1111101 10101001 1101101 11010 0 100100 100010 1101000 11010 110111

Color Harmonies of #7DA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA96D

Black with #7DA96D

Text Example


Text Example

White with #7DA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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