#6CA364

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

Shades of Amulet #6CA364

Tints of Amulet #6CA364

Color information

#6CA364 (or 0x6CA364) is unknown color: approx Amulet. HEX triplet: 6C, A3 and 64. RGB value is (108,163,100). Sum of RGB (Red+Green+Blue) = 108+163+100=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA364 is #935C9B. Grayscale: #8B8B8B. Windows color (decimal): -9657500 or 6595436. OLE color: 6595436.

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

Color convert

RGB108163100-
CMYK0.3400.390.36
HSL112.38º25.51%51.57%-
HSV(B)112.38º38.65%63.92%-
XYZ21.5830.316.77-
YUV139.37105.78105.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=29.11%
G=43.94%
B=26.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081631000.3400.390.36112.3825.5151.57
Hex6CA3642202724701a34
Octal15424314442047441603264
Binary11011001010001111001001000100100111100100111000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,100); }

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

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

 a { background-color: rgb(108,163,100); }

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

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

 span { border-color: rgb(108,163,100); }

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