Html Css Color HEX #7DA86E Amulet

📋 copy color: '#7DA86E'

red 125 ◦ green 168 ◦ blue 110

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

Shades of Amulet #7DA86E

Tints of Amulet #7DA86E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

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

R = 31.02%
G = 41.69%
B = 27.3%

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

#7DA86E (or 0x7DA86E) is known color: Amulet. HEX triplet: 7D, A8 and 6E. RGB value is (125,168,110). Sum of RGB (Red+Green+Blue) = 125+168+110=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA86E is #825791. Grayscale: #949494. Windows color (decimal): -8542098 or 7252093. OLE color: 7252093.

HSL color Cylindrical-coordinate representation of color #7DA86E: hue angle of 104.48º degrees, saturation: 0.25, 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 #7DA86E is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 110 -
CMYK 0.26 0 0.35 0.34
HSL 104.48º 0.25% 0.55% -
HSV(B) 104.48º 0.35% 0.66% -
XYZ 25.27 33.49 19.88 -
YUV 148.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 125 168 110 0.26 0 0.35 0.34 104.48 0.25 0.55
Hex 7D A8 6E 1A 0 23 22 68 19 37
Octal 175 250 156 32 0 43 42 150 31 67
Binary 1111101 10101000 1101110 11010 0 100011 100010 1101000 11001 110111

Color Harmonies of #7DA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA86E

Black with #7DA86E

Text Example


Text Example

White with #7DA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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