#6CA467

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

Shades of Amulet #6CA467

Tints of Amulet #6CA467

Color information

#6CA467 (or 0x6CA467) is unknown color: approx Amulet. HEX triplet: 6C, A4 and 67. RGB value is (108,164,103). Sum of RGB (Red+Green+Blue) = 108+164+103=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA467 is #935B98. Grayscale: #8C8C8C. Windows color (decimal): -9657241 or 6792300. OLE color: 6792300.

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

Color convert

RGB108164103-
CMYK0.3400.370.36
HSL115.08º25.1%52.35%-
HSV(B)115.08º37.2%64.31%-
XYZ21.9130.7217.61-
YUV140.3106.95104.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=28.8%
G=43.73%
B=27.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641030.3400.370.36115.0825.152.35
Hex6CA4672202524731934
Octal15424414742045441633164
Binary11011001010010011001111000100100101100100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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