#6CA261

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

Shades of Amulet #6CA261

Tints of Amulet #6CA261

Color information

#6CA261 (or 0x6CA261) is unknown color: approx Amulet. HEX triplet: 6C, A2 and 61. RGB value is (108,162,97). Sum of RGB (Red+Green+Blue) = 108+162+97=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA261 is #935D9E. Grayscale: #8A8A8A. Windows color (decimal): -9657759 or 6398572. OLE color: 6398572.

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

Color convert

RGB10816297-
CMYK0.3300.400.36
HSL109.85º25.9%50.78%-
HSV(B)109.85º40.12%63.53%-
XYZ21.2629.8915.96-
YUV138.44104.61106.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=29.43%
G=44.14%
B=26.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162970.3300.400.36109.8525.950.78
Hex6CA26121028246e1a33
Octal15424214141050441563263
Binary11011001010001011000011000010101000100100110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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