Html Css Color HEX #7DA668 Amulet

📋 copy color: '#7DA668'

red 125 ◦ green 166 ◦ blue 104

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

Shades of Amulet #7DA668

Tints of Amulet #7DA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 31.65%
G = 42.03%
B = 26.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#7DA668 (or 0x7DA668) is known color: Amulet. HEX triplet: 7D, A6 and 68. RGB value is (125,166,104). Sum of RGB (Red+Green+Blue) = 125+166+104=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA668 is #825997. Grayscale: #929292. Windows color (decimal): -8542616 or 6858365. OLE color: 6858365.

HSL color Cylindrical-coordinate representation of color #7DA668: hue angle of 99.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DA668 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 166 104 -
CMYK 0.25 0 0.37 0.35
HSL 99.68º 0.26% 0.53% -
HSV(B) 99.68º 0.37% 0.65% -
XYZ 24.59 32.63 18.1 -
YUV 146.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 125 166 104 0.25 0 0.37 0.35 99.68 0.26 0.53
Hex 7D A6 68 19 0 25 23 64 1A 35
Octal 175 246 150 31 0 45 43 144 32 65
Binary 1111101 10100110 1101000 11001 0 100101 100011 1100100 11010 110101

Color Harmonies of #7DA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA668

Black with #7DA668

Text Example


Text Example

White with #7DA668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,104); }

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

background-color css

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

 a { background-color: rgb(125,166,104); }

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

border-color css

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

 span { border-color: rgb(125,166,104); }

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