#6FA863

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

Shades of Amulet #6FA863

Tints of Amulet #6FA863

Color information

#6FA863 (or 0x6FA863) is unknown color: approx Amulet. HEX triplet: 6F, A8 and 63. RGB value is (111,168,99). Sum of RGB (Red+Green+Blue) = 111+168+99=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA863 is #90579C. Grayscale: #8F8F8F. Windows color (decimal): -9459613 or 6531183. OLE color: 6531183.

HSL color Cylindrical-coordinate representation of color #6FA863: hue angle of 109.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FA863 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB11116899-
CMYK0.3400.410.34
HSL109.57º28.4%52.35%-
HSV(B)109.57º41.07%65.88%-
XYZ22.8132.2916.83-
YUV143.09103.12105.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 168 (66.02% from 255) = 44.44%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=29.37%
G=44.44%
B=26.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111168990.3400.410.34109.5728.452.35
Hex6FA86322029226e1c34
Octal15725014342051421563464
Binary11011111010100011000111000100101001100010110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,168,99); }

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

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

 a { background-color: rgb(111,168,99); }

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

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

 span { border-color: rgb(111,168,99); }

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