#6EA267

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

Shades of Amulet #6EA267

Tints of Amulet #6EA267

Color information

#6EA267 (or 0x6EA267) is unknown color: approx Amulet. HEX triplet: 6E, A2 and 67. RGB value is (110,162,103). Sum of RGB (Red+Green+Blue) = 110+162+103=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA267 is #915D98. Grayscale: #8B8B8B. Windows color (decimal): -9526681 or 6791790. OLE color: 6791790.

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

Color convert

RGB110162103-
CMYK0.3200.360.36
HSL112.88º24.08%51.96%-
HSV(B)112.88º36.42%63.53%-
XYZ21.830.1317.5-
YUV139.73107.27106.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=29.33%
G=43.2%
B=27.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621030.3200.360.36112.8824.0851.96
Hex6EA2672002424711834
Octal15624214740044441613064
Binary11011101010001011001111000000100100100100111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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