Html Css Color HEX #7DA96E Amulet

📋 copy color: '#7DA96E'

red 125 ◦ green 169 ◦ blue 110

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

Shades of Amulet #7DA96E

Tints of Amulet #7DA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 30.94%
G = 41.83%
B = 27.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#7DA96E (or 0x7DA96E) is known color: Amulet. HEX triplet: 7D, A9 and 6E. RGB value is (125,169,110). Sum of RGB (Red+Green+Blue) = 125+169+110=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA96E is #825691. Grayscale: #959595. Windows color (decimal): -8541842 or 7252349. OLE color: 7252349.

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

Color convert

RGB 125 169 110 -
CMYK 0.26 0 0.35 0.34
HSL 104.75º 0.26% 0.55% -
HSV(B) 104.75º 0.35% 0.66% -
XYZ 25.46 33.86 19.95 -
YUV 149.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 125 169 110 0.26 0 0.35 0.34 104.75 0.26 0.55
Hex 7D A9 6E 1A 0 23 22 69 1A 37
Octal 175 251 156 32 0 43 42 151 32 67
Binary 1111101 10101001 1101110 11010 0 100011 100010 1101001 11010 110111

Color Harmonies of #7DA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA96E

Black with #7DA96E

Text Example


Text Example

White with #7DA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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