Html Css Color HEX #7EAB6E Amulet

📋 copy color: '#7EAB6E'

red 126 ◦ green 171 ◦ blue 110

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

Shades of Amulet #7EAB6E

Tints of Amulet #7EAB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 30.96%
G = 42.01%
B = 27.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7EAB6E (or 0x7EAB6E) is known color: Amulet. HEX triplet: 7E, AB and 6E. RGB value is (126,171,110). Sum of RGB (Red+Green+Blue) = 126+171+110=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB6E is #815491. Grayscale: #969696. Windows color (decimal): -8475794 or 7252862. OLE color: 7252862.

HSL color Cylindrical-coordinate representation of color #7EAB6E: hue angle of 104.26º 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 #7EAB6E is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 171 110 -
CMYK 0.26 0 0.36 0.33
HSL 104.26º 0.27% 0.55% -
HSV(B) 104.26º 0.36% 0.67% -
XYZ 25.98 34.69 20.08 -
YUV 150.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 126 171 110 0.26 0 0.36 0.33 104.26 0.27 0.55
Hex 7E AB 6E 1A 0 24 21 68 1B 37
Octal 176 253 156 32 0 44 41 150 33 67
Binary 1111110 10101011 1101110 11010 0 100100 100001 1101000 11011 110111

Color Harmonies of #7EAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAB6E

Black with #7EAB6E

Text Example


Text Example

White with #7EAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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