#6CA661

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

Shades of Amulet #6CA661

Tints of Amulet #6CA661

Color information

#6CA661 (or 0x6CA661) is unknown color: approx Amulet. HEX triplet: 6C, A6 and 61. RGB value is (108,166,97). Sum of RGB (Red+Green+Blue) = 108+166+97=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA661 is #93599E. Grayscale: #8D8D8D. Windows color (decimal): -9656735 or 6399596. OLE color: 6399596.

HSL color Cylindrical-coordinate representation of color #6CA661: hue angle of 110.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CA661 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB10816697-
CMYK0.3500.420.35
HSL110.43º27.94%51.57%-
HSV(B)110.43º41.57%65.1%-
XYZ21.9831.3216.2-
YUV140.79103.28104.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=29.11%
G=44.74%
B=26.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108166970.3500.420.35110.4327.9451.57
Hex6CA6612302A236e1c34
Octal15424614143052431563464
Binary11011001010011011000011000110101010100011110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,97); }

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

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

 a { background-color: rgb(108,166,97); }

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

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

 span { border-color: rgb(108,166,97); }

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