#6FA46D

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

Shades of Amulet #6FA46D

Tints of Amulet #6FA46D

Color information

#6FA46D (or 0x6FA46D) is unknown color: approx Amulet. HEX triplet: 6F, A4 and 6D. RGB value is (111,164,109). Sum of RGB (Red+Green+Blue) = 111+164+109=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA46D is #905B92. Grayscale: #8E8E8E. Windows color (decimal): -9460627 or 7185519. OLE color: 7185519.

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

Color convert

RGB111164109-
CMYK0.3200.340.36
HSL117.82º23.21%53.53%-
HSV(B)117.82º33.54%64.31%-
XYZ22.5931.0319.27-
YUV141.88109.44105.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=28.91%
G=42.71%
B=28.39%

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
Decimal1111641090.3200.340.36117.8223.2153.53
Hex6FA46D2002224761736
Octal15724415540042441662766
Binary11011111010010011011011000000100010100100111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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