#6EA568

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

Shades of Amulet #6EA568

Tints of Amulet #6EA568

Color information

#6EA568 (or 0x6EA568) is unknown color: approx Amulet. HEX triplet: 6E, A5 and 68. RGB value is (110,165,104). Sum of RGB (Red+Green+Blue) = 110+165+104=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA568 is #915A97. Grayscale: #8D8D8D. Windows color (decimal): -9525912 or 6858094. OLE color: 6858094.

HSL color Cylindrical-coordinate representation of color #6EA568: hue angle of 114.1º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA568 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB110165104-
CMYK0.3300.370.35
HSL114.1º25.31%52.75%-
HSV(B)114.1º36.97%64.71%-
XYZ22.3831.2217.94-
YUV141.6106.78105.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=29.02%
G=43.54%
B=27.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651040.3300.370.35114.125.3152.75
Hex6EA5682102523721935
Octal15624515041045431623165
Binary11011101010010111010001000010100101100011111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,165,104); }

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

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

 a { background-color: rgb(110,165,104); }

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

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

 span { border-color: rgb(110,165,104); }

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