Html Css Color HEX #7EA575 Amulet

📋 copy color: '#7EA575'

red 126 ◦ green 165 ◦ blue 117

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

Shades of Amulet #7EA575

Tints of Amulet #7EA575

RGB

 RED value IS 126 (49.61% from 255) = 30.88%

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

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

R = 30.88%
G = 40.44%
B = 28.68%

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

#7EA575 (or 0x7EA575) is known color: Amulet. HEX triplet: 7E, A5 and 75. RGB value is (126,165,117). Sum of RGB (Red+Green+Blue) = 126+165+117=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA575 is #815A8A. Grayscale: #949494. Windows color (decimal): -8477323 or 7710078. OLE color: 7710078.

HSL color Cylindrical-coordinate representation of color #7EA575: hue angle of 108.75º 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 #7EA575 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 117 -
CMYK 0.24 0 0.29 0.35
HSL 108.75º 0.21% 0.55% -
HSV(B) 108.75º 0.29% 0.65% -
XYZ 25.27 32.63 21.8 -
YUV 147.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 126 165 117 0.24 0 0.29 0.35 108.75 0.21 0.55
Hex 7E A5 75 18 0 1D 23 6D 15 37
Octal 176 245 165 30 0 35 43 155 25 67
Binary 1111110 10100101 1110101 11000 0 11101 100011 1101101 10101 110111

Color Harmonies of #7EA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA575

Black with #7EA575

Text Example


Text Example

White with #7EA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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