#6FA063

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

Shades of Amulet #6FA063

Tints of Amulet #6FA063

Color information

#6FA063 (or 0x6FA063) is unknown color: approx Amulet. HEX triplet: 6F, A0 and 63. RGB value is (111,160,99). Sum of RGB (Red+Green+Blue) = 111+160+99=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA063 is #905F9C. Grayscale: #8A8A8A. Windows color (decimal): -9461661 or 6529135. OLE color: 6529135.

HSL color Cylindrical-coordinate representation of color #6FA063: hue angle of 108.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FA063 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB11116099-
CMYK0.3100.380.37
HSL108.2º24.3%50.78%-
HSV(B)108.2º38.12%62.75%-
XYZ21.3829.4216.36-
YUV138.39105.77108.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=30%
G=43.24%
B=26.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111160990.3100.380.37108.224.350.78
Hex6FA0631F026256c1833
Octal15724014337046451543063
Binary1101111101000001100011111110100110100101110110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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