#6FA569

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

Shades of Amulet #6FA569

Tints of Amulet #6FA569

Color information

#6FA569 (or 0x6FA569) is unknown color: approx Amulet. HEX triplet: 6F, A5 and 69. RGB value is (111,165,105). Sum of RGB (Red+Green+Blue) = 111+165+105=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA569 is #905A96. Grayscale: #8E8E8E. Windows color (decimal): -9460375 or 6923631. OLE color: 6923631.

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

Color convert

RGB111165105-
CMYK0.3300.360.35
HSL114º25%52.94%-
HSV(B)114º36.36%64.71%-
XYZ22.5631.3118.22-
YUV142.01107.11105.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=29.13%
G=43.31%
B=27.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111651050.3300.360.351142552.94
Hex6FA5692102423721935
Octal15724515141044431623165
Binary11011111010010111010011000010100100100011111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,105); }

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

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

 a { background-color: rgb(111,165,105); }

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

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

 span { border-color: rgb(111,165,105); }

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