#6CA562

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

Shades of Amulet #6CA562

Tints of Amulet #6CA562

Color information

#6CA562 (or 0x6CA562) is unknown color: approx Amulet. HEX triplet: 6C, A5 and 62. RGB value is (108,165,98). Sum of RGB (Red+Green+Blue) = 108+165+98=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA562 is #935A9D. Grayscale: #8C8C8C. Windows color (decimal): -9656990 or 6464876. OLE color: 6464876.

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

Color convert

RGB10816598-
CMYK0.3500.410.35
HSL111.04º27.13%51.57%-
HSV(B)111.04º40.61%64.71%-
XYZ21.8430.9816.38-
YUV140.32104.12104.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=29.11%
G=44.47%
B=26.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165980.3500.410.35111.0427.1351.57
Hex6CA56223029236f1b34
Octal15424514243051431573364
Binary11011001010010111000101000110101001100011110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,98); }

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

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

 a { background-color: rgb(108,165,98); }

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

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

 span { border-color: rgb(108,165,98); }

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