Html Css Color HEX #7EAF7C Amulet

📋 copy color: '#7EAF7C'

red 126 ◦ green 175 ◦ blue 124

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

Shades of Amulet #7EAF7C

Tints of Amulet #7EAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 29.65%
G = 41.18%
B = 29.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7EAF7C (or 0x7EAF7C) is known color: Amulet. HEX triplet: 7E, AF and 7C. RGB value is (126,175,124). Sum of RGB (Red+Green+Blue) = 126+175+124=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF7C is #815083. Grayscale: #9A9A9A. Windows color (decimal): -8474756 or 8171390. OLE color: 8171390.

HSL color Cylindrical-coordinate representation of color #7EAF7C: hue angle of 117.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EAF7C is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 175 124 -
CMYK 0.28 0 0.29 0.31
HSL 117.65º 0.24% 0.59% -
HSV(B) 117.65º 0.29% 0.69% -
XYZ 27.57 36.55 24.67 -
YUV 154.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 126 175 124 0.28 0 0.29 0.31 117.65 0.24 0.59
Hex 7E AF 7C 1C 0 1D 1F 76 18 3B
Octal 176 257 174 34 0 35 37 166 30 73
Binary 1111110 10101111 1111100 11100 0 11101 11111 1110110 11000 111011

Color Harmonies of #7EAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF7C

Black with #7EAF7C

Text Example


Text Example

White with #7EAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,175,124); }

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

background-color css

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

 a { background-color: rgb(126,175,124); }

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

border-color css

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

 span { border-color: rgb(126,175,124); }

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