#6CA463

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

Shades of Amulet #6CA463

Tints of Amulet #6CA463

Color information

#6CA463 (or 0x6CA463) is unknown color: approx Amulet. HEX triplet: 6C, A4 and 63. RGB value is (108,164,99). Sum of RGB (Red+Green+Blue) = 108+164+99=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA463 is #935B9C. Grayscale: #8C8C8C. Windows color (decimal): -9657245 or 6530156. OLE color: 6530156.

HSL color Cylindrical-coordinate representation of color #6CA463: hue angle of 111.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CA463 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB10816499-
CMYK0.3400.400.36
HSL111.69º26.32%51.57%-
HSV(B)111.69º39.63%64.31%-
XYZ21.7130.6416.57-
YUV139.85104.95105.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=29.11%
G=44.20%
B=26.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164990.3400.400.36111.6926.3251.57
Hex6CA4632202824701a34
Octal15424414342050441603264
Binary11011001010010011000111000100101000100100111000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,99); }

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

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

 a { background-color: rgb(108,164,99); }

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

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

 span { border-color: rgb(108,164,99); }

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