#6FA465

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

Shades of Amulet #6FA465

Tints of Amulet #6FA465

Color information

#6FA465 (or 0x6FA465) is unknown color: approx Amulet. HEX triplet: 6F, A4 and 65. RGB value is (111,164,101). Sum of RGB (Red+Green+Blue) = 111+164+101=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA465 is #905B9A. Grayscale: #8D8D8D. Windows color (decimal): -9460635 or 6661231. OLE color: 6661231.

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

Color convert

RGB111164101-
CMYK0.3200.380.36
HSL110.48º25.71%51.96%-
HSV(B)110.48º38.41%64.31%-
XYZ22.1830.8717.1-
YUV140.97105.44106.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=29.52%
G=43.62%
B=26.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641010.3200.380.36110.4825.7151.96
Hex6FA46520026246e1a34
Octal15724414540046441563264
Binary11011111010010011001011000000100110100100110111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,101); }

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

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

 a { background-color: rgb(111,164,101); }

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

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

 span { border-color: rgb(111,164,101); }

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