#6CA267

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

Shades of Amulet #6CA267

Tints of Amulet #6CA267

Color information

#6CA267 (or 0x6CA267) is unknown color: approx Amulet. HEX triplet: 6C, A2 and 67. RGB value is (108,162,103). Sum of RGB (Red+Green+Blue) = 108+162+103=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA267 is #935D98. Grayscale: #8B8B8B. Windows color (decimal): -9657753 or 6791788. OLE color: 6791788.

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

Color convert

RGB108162103-
CMYK0.3300.360.36
HSL114.92º24.08%51.96%-
HSV(B)114.92º36.42%63.53%-
XYZ21.5530.0117.49-
YUV139.13107.61105.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=28.95%
G=43.43%
B=27.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621030.3300.360.36114.9224.0851.96
Hex6CA2672102424731834
Octal15424214741044441633064
Binary11011001010001011001111000010100100100100111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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