Html Css Color HEX #7EAC6E Amulet

📋 copy color: '#7EAC6E'

red 126 ◦ green 172 ◦ blue 110

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

Shades of Amulet #7EAC6E

Tints of Amulet #7EAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 30.88%
G = 42.16%
B = 26.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7EAC6E (or 0x7EAC6E) is known color: Amulet. HEX triplet: 7E, AC and 6E. RGB value is (126,172,110). Sum of RGB (Red+Green+Blue) = 126+172+110=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6E is #815391. Grayscale: #979797. Windows color (decimal): -8475538 or 7253118. OLE color: 7253118.

HSL color Cylindrical-coordinate representation of color #7EAC6E: hue angle of 104.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EAC6E is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 172 110 -
CMYK 0.27 0 0.36 0.33
HSL 104.52º 0.27% 0.55% -
HSV(B) 104.52º 0.36% 0.67% -
XYZ 26.17 35.07 20.14 -
YUV 151.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 126 172 110 0.27 0 0.36 0.33 104.52 0.27 0.55
Hex 7E AC 6E 1B 0 24 21 69 1B 37
Octal 176 254 156 33 0 44 41 151 33 67
Binary 1111110 10101100 1101110 11011 0 100100 100001 1101001 11011 110111

Color Harmonies of #7EAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC6E

Black with #7EAC6E

Text Example


Text Example

White with #7EAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,110); }

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

background-color css

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

 a { background-color: rgb(126,172,110); }

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

border-color css

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

 span { border-color: rgb(126,172,110); }

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