#6D9A66

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

Shades of Amulet #6D9A66

Tints of Amulet #6D9A66

Color information

#6D9A66 (or 0x6D9A66) is unknown color: approx Amulet. HEX triplet: 6D, 9A and 66. RGB value is (109,154,102). Sum of RGB (Red+Green+Blue) = 109+154+102=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9A66 is #926599. Grayscale: #868686. Windows color (decimal): -9594266 or 6724205. OLE color: 6724205.

HSL color Cylindrical-coordinate representation of color #6D9A66: hue angle of 111.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9A66 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB109154102-
CMYK0.2900.340.40
HSL111.92º20.47%50.2%-
HSV(B)111.92º33.77%60.39%-
XYZ20.2627.3216.78-
YUV134.62109.59109.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=29.86%
G=42.19%
B=27.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091541020.2900.340.40111.9220.4750.2
Hex6D9A661D02228701432
Octal15523214635042501602462
Binary1101101100110101100110111010100010101000111000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,102); }

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

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

 a { background-color: rgb(109,154,102); }

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

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

 span { border-color: rgb(109,154,102); }

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