#7EB26B

Color #7EB26B Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7EB26B

Tints of Amulet #7EB26B

Color information

#7EB26B (or 0x7EB26B) is unknown color: approx Amulet. HEX triplet: 7E, B2 and 6B. RGB value is (126,178,107). Sum of RGB (Red+Green+Blue) = 126+178+107=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB26B is #814D94. Grayscale: #9A9A9A. Windows color (decimal): -8474005 or 7058046. OLE color: 7058046.

HSL color Cylindrical-coordinate representation of color #7EB26B: hue angle of 103.94º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EB26B is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB126178107-
CMYK0.2900.400.30
HSL103.94º31.56%55.88%-
HSV(B)103.94º39.89%69.8%-
XYZ27.1837.3419.68-
YUV154.36101.27107.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=30.66%
G=43.31%
B=26.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261781070.2900.400.30103.9431.5655.88
Hex7EB26B1D0281E682038
Octal17626215335050361504070
Binary1111110101100101101011111010101000111101101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EB26B;
 }
 .AnyTagClassName
 {
   color: #7EB26B;
 }
</style>
background-color css

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

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

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

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

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

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