#6D9C62

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

Shades of Amulet #6D9C62

Tints of Amulet #6D9C62

Color information

#6D9C62 (or 0x6D9C62) is unknown color: approx Amulet. HEX triplet: 6D, 9C and 62. RGB value is (109,156,98). Sum of RGB (Red+Green+Blue) = 109+156+98=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9C62 is #92639D. Grayscale: #878787. Windows color (decimal): -9593758 or 6462573. OLE color: 6462573.

HSL color Cylindrical-coordinate representation of color #6D9C62: hue angle of 108.62º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D9C62 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB10915698-
CMYK0.3000.370.39
HSL108.62º22.83%49.8%-
HSV(B)108.62º37.18%61.18%-
XYZ20.427.9115.87-
YUV135.33106.93109.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=30.03%
G=42.98%
B=27.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109156980.3000.370.39108.6222.8349.8
Hex6D9C621E025276d1732
Octal15523414236045471552762
Binary1101101100111001100010111100100101100111110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,98); }

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

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

 a { background-color: rgb(109,156,98); }

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

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

 span { border-color: rgb(109,156,98); }

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