#749D6C

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

Shades of Amulet #749D6C

Tints of Amulet #749D6C

Color information

#749D6C (or 0x749D6C) is unknown color: approx Amulet. HEX triplet: 74, 9D and 6C. RGB value is (116,157,108). Sum of RGB (Red+Green+Blue) = 116+157+108=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #749D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D6C is #8B6293. Grayscale: #8B8B8B. Windows color (decimal): -9134740 or 7118196. OLE color: 7118196.

HSL color Cylindrical-coordinate representation of color #749D6C: hue angle of 110.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749D6C is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB116157108-
CMYK0.2600.310.38
HSL110.2º20%51.96%-
HSV(B)110.2º31.21%61.57%-
XYZ21.9728.9118.61-
YUV139.16110.42111.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=30.45%
G=41.21%
B=28.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571080.2600.310.38110.22051.96
Hex749D6C1A01F266e1434
Octal16423515432037461562464
Binary111010010011101110110011010011111100110110111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749D6C; }

 p { color: rgb(116,157,108); }

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

<style>
 a { background-color: #749D6C; }

 a { background-color: rgb(116,157,108); }

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

<style>
 span { border-color: #749D6C; }

 span { border-color: rgb(116,157,108); }

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