Html Css Color HEX #7EA274 Amulet

📋 copy color: '#7EA274'

red 126 ◦ green 162 ◦ blue 116

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

Shades of Amulet #7EA274

Tints of Amulet #7EA274

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 31.19%
G = 40.1%
B = 28.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#7EA274 (or 0x7EA274) is known color: Amulet. HEX triplet: 7E, A2 and 74. RGB value is (126,162,116). Sum of RGB (Red+Green+Blue) = 126+162+116=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA274 is #815D8B. Grayscale: #929292. Windows color (decimal): -8478092 or 7643774. OLE color: 7643774.

HSL color Cylindrical-coordinate representation of color #7EA274: hue angle of 106.96º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EA274 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 162 116 -
CMYK 0.22 0 0.28 0.36
HSL 106.96º 0.2% 0.55% -
HSV(B) 106.96º 0.28% 0.64% -
XYZ 24.68 31.54 21.31 -
YUV 145.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 126 162 116 0.22 0 0.28 0.36 106.96 0.2 0.55
Hex 7E A2 74 16 0 1C 24 6B 14 37
Octal 176 242 164 26 0 34 44 153 24 67
Binary 1111110 10100010 1110100 10110 0 11100 100100 1101011 10100 110111

Color Harmonies of #7EA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA274

Black with #7EA274

Text Example


Text Example

White with #7EA274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,116); }

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

background-color css

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

 a { background-color: rgb(126,162,116); }

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

border-color css

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

 span { border-color: rgb(126,162,116); }

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