#749D6D

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

Shades of Amulet #749D6D

Tints of Amulet #749D6D

Color information

#749D6D (or 0x749D6D) is unknown color: approx Amulet. HEX triplet: 74, 9D and 6D. RGB value is (116,157,109). Sum of RGB (Red+Green+Blue) = 116+157+109=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #749D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D6D is #8B6292. Grayscale: #8B8B8B. Windows color (decimal): -9134739 or 7183732. OLE color: 7183732.

HSL color Cylindrical-coordinate representation of color #749D6D: hue angle of 111.25º 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 #749D6D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB116157109-
CMYK0.2600.310.38
HSL111.25º19.67%52.16%-
HSV(B)111.25º30.57%61.57%-
XYZ22.0228.9318.89-
YUV139.27110.92111.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=30.37%
G=41.10%
B=28.53%

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
Decimal1161571090.2600.310.38111.2519.6752.16
Hex749D6D1A01F266f1434
Octal16423515532037461572464
Binary111010010011101110110111010011111100110110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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