Html Css Color HEX #7EAC6B Amulet

📋 copy color: '#7EAC6B'

red 126 ◦ green 172 ◦ blue 107

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

Shades of Amulet #7EAC6B

Tints of Amulet #7EAC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 31.11%
G = 42.47%
B = 26.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7EAC6B (or 0x7EAC6B) is known color: Amulet. HEX triplet: 7E, AC and 6B. RGB value is (126,172,107). Sum of RGB (Red+Green+Blue) = 126+172+107=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6B is #815394. Grayscale: #979797. Windows color (decimal): -8475541 or 7056510. OLE color: 7056510.

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

Color convert

RGB 126 172 107 -
CMYK 0.27 0 0.38 0.33
HSL 102.46º 0.28% 0.55% -
HSV(B) 102.46º 0.38% 0.67% -
XYZ 26.01 35 19.3 -
YUV 150.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 126 172 107 0.27 0 0.38 0.33 102.46 0.28 0.55
Hex 7E AC 6B 1B 0 26 21 66 1C 37
Octal 176 254 153 33 0 46 41 146 34 67
Binary 1111110 10101100 1101011 11011 0 100110 100001 1100110 11100 110111

Color Harmonies of #7EAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC6B

Black with #7EAC6B

Text Example


Text Example

White with #7EAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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