#6EA866

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

Shades of Amulet #6EA866

Tints of Amulet #6EA866

Color information

#6EA866 (or 0x6EA866) is unknown color: approx Amulet. HEX triplet: 6E, A8 and 66. RGB value is (110,168,102). Sum of RGB (Red+Green+Blue) = 110+168+102=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA866 is #915799. Grayscale: #8F8F8F. Windows color (decimal): -9525146 or 6727790. OLE color: 6727790.

HSL color Cylindrical-coordinate representation of color #6EA866: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EA866 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB110168102-
CMYK0.3500.390.34
HSL112.73º27.5%52.94%-
HSV(B)112.73º39.29%65.88%-
XYZ22.8332.2817.6-
YUV143.13104.78104.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=28.95%
G=44.21%
B=26.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101681020.3500.390.34112.7327.552.94
Hex6EA8662302722711c35
Octal15625014643047421613465
Binary11011101010100011001101000110100111100010111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,168,102); }

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

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

 a { background-color: rgb(110,168,102); }

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

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

 span { border-color: rgb(110,168,102); }

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