Html Css Color HEX #7DA575 Amulet

📋 copy color: '#7DA575'

red 125 ◦ green 165 ◦ blue 117

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

Shades of Amulet #7DA575

Tints of Amulet #7DA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 30.71%
G = 40.54%
B = 28.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#7DA575 (or 0x7DA575) is known color: Amulet. HEX triplet: 7D, A5 and 75. RGB value is (125,165,117). Sum of RGB (Red+Green+Blue) = 125+165+117=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA575 is #825A8A. Grayscale: #939393. Windows color (decimal): -8542859 or 7710077. OLE color: 7710077.

HSL color Cylindrical-coordinate representation of color #7DA575: hue angle of 110º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA575 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 117 -
CMYK 0.24 0 0.29 0.35
HSL 110º 0.21% 0.55% -
HSV(B) 110º 0.29% 0.65% -
XYZ 25.12 32.55 21.79 -
YUV 147.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 125 165 117 0.24 0 0.29 0.35 110 0.21 0.55
Hex 7D A5 75 18 0 1D 23 6E 15 37
Octal 175 245 165 30 0 35 43 156 25 67
Binary 1111101 10100101 1110101 11000 0 11101 100011 1101110 10101 110111

Color Harmonies of #7DA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA575

Black with #7DA575

Text Example


Text Example

White with #7DA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,117); }

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

background-color css

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

 a { background-color: rgb(125,165,117); }

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

border-color css

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

 span { border-color: rgb(125,165,117); }

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