#6FA661

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

Shades of Amulet #6FA661

Tints of Amulet #6FA661

Color information

#6FA661 (or 0x6FA661) is unknown color: approx Amulet. HEX triplet: 6F, A6 and 61. RGB value is (111,166,97). Sum of RGB (Red+Green+Blue) = 111+166+97=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA661 is #90599E. Grayscale: #8D8D8D. Windows color (decimal): -9460127 or 6399599. OLE color: 6399599.

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

Color convert

RGB11116697-
CMYK0.3300.420.35
HSL107.83º27.94%51.57%-
HSV(B)107.83º41.57%65.1%-
XYZ22.3531.5216.21-
YUV141.69102.78106.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.68%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=29.68%
G=44.39%
B=25.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111166970.3300.420.35107.8327.9451.57
Hex6FA6612102A236c1c34
Octal15724614141052431543464
Binary11011111010011011000011000010101010100011110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,166,97); }

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

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

 a { background-color: rgb(111,166,97); }

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

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

 span { border-color: rgb(111,166,97); }

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