#6FA46C

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

Shades of Amulet #6FA46C

Tints of Amulet #6FA46C

Color information

#6FA46C (or 0x6FA46C) is unknown color: approx Amulet. HEX triplet: 6F, A4 and 6C. RGB value is (111,164,108). Sum of RGB (Red+Green+Blue) = 111+164+108=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA46C is #905B93. Grayscale: #8D8D8D. Windows color (decimal): -9460628 or 7119983. OLE color: 7119983.

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

Color convert

RGB111164108-
CMYK0.3200.340.36
HSL116.79º23.53%53.33%-
HSV(B)116.79º34.15%64.31%-
XYZ22.5431.0118.99-
YUV141.77108.94106.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=28.98%
G=42.82%
B=28.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641080.3200.340.36116.7923.5353.33
Hex6FA46C2002224751835
Octal15724415440042441653065
Binary11011111010010011011001000000100010100100111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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