#6EA75F

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

Shades of Amulet #6EA75F

Tints of Amulet #6EA75F

Color information

#6EA75F (or 0x6EA75F) is unknown color: approx Amulet. HEX triplet: 6E, A7 and 5F. RGB value is (110,167,95). Sum of RGB (Red+Green+Blue) = 110+167+95=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #6EA75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA75F is #9158A0. Grayscale: #8D8D8D. Windows color (decimal): -9525409 or 6268782. OLE color: 6268782.

HSL color Cylindrical-coordinate representation of color #6EA75F: hue angle of 107.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EA75F is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB11016795-
CMYK0.3400.430.35
HSL107.5º29.03%51.37%-
HSV(B)107.5º43.11%65.49%-
XYZ22.3131.7815.78-
YUV141.75101.62105.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=29.57%
G=44.89%
B=25.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal110167950.3400.430.35107.529.0351.37
Hex6EA75F2202B236c1d33
Octal15624713742053431543563
Binary11011101010011110111111000100101011100011110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,167,95); }

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

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

 a { background-color: rgb(110,167,95); }

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

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

 span { border-color: rgb(110,167,95); }

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