Html Css Color HEX #7EA26C Amulet

📋 copy color: '#7EA26C'

red 126 ◦ green 162 ◦ blue 108

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

Shades of Amulet #7EA26C

Tints of Amulet #7EA26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 31.82%
G = 40.91%
B = 27.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#7EA26C (or 0x7EA26C) is known color: Amulet. HEX triplet: 7E, A2 and 6C. RGB value is (126,162,108). Sum of RGB (Red+Green+Blue) = 126+162+108=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA26C is #815D93. Grayscale: #919191. Windows color (decimal): -8478100 or 7119486. OLE color: 7119486.

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

Color convert

RGB 126 162 108 -
CMYK 0.22 0 0.33 0.36
HSL 100º 0.23% 0.53% -
HSV(B) 100º 0.33% 0.64% -
XYZ 24.23 31.36 18.96 -
YUV 145.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 126 162 108 0.22 0 0.33 0.36 100 0.23 0.53
Hex 7E A2 6C 16 0 21 24 64 16 35
Octal 176 242 154 26 0 41 44 144 26 65
Binary 1111110 10100010 1101100 10110 0 100001 100100 1100100 10110 110101

Color Harmonies of #7EA26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA26C

Black with #7EA26C

Text Example


Text Example

White with #7EA26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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