#6EA26B

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

Shades of Amulet #6EA26B

Tints of Amulet #6EA26B

Color information

#6EA26B (or 0x6EA26B) is unknown color: approx Amulet. HEX triplet: 6E, A2 and 6B. RGB value is (110,162,107). Sum of RGB (Red+Green+Blue) = 110+162+107=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA26B is #915D94. Grayscale: #8C8C8C. Windows color (decimal): -9526677 or 7053934. OLE color: 7053934.

HSL color Cylindrical-coordinate representation of color #6EA26B: hue angle of 116.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA26B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB110162107-
CMYK0.3200.340.36
HSL116.73º22.82%52.75%-
HSV(B)116.73º33.95%63.53%-
XYZ2230.2218.58-
YUV140.18109.27106.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=29.02%
G=42.74%
B=28.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621070.3200.340.36116.7322.8252.75
Hex6EA26B2002224751735
Octal15624215340042441652765
Binary11011101010001011010111000000100010100100111010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA26B; }

 p { color: rgb(110,162,107); }

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

<style>
 a { background-color: #6EA26B; }

 a { background-color: rgb(110,162,107); }

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

<style>
 span { border-color: #6EA26B; }

 span { border-color: rgb(110,162,107); }

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