#749E72

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

Shades of Amulet #749E72

Tints of Amulet #749E72

Color information

#749E72 (or 0x749E72) is unknown color: approx Amulet. HEX triplet: 74, 9E and 72. RGB value is (116,158,114). Sum of RGB (Red+Green+Blue) = 116+158+114=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #749E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E72 is #8B618D. Grayscale: #8C8C8C. Windows color (decimal): -9134478 or 7511668. OLE color: 7511668.

HSL color Cylindrical-coordinate representation of color #749E72: hue angle of 117.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749E72 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB116158114-
CMYK0.2700.280.38
HSL117.27º18.49%53.33%-
HSV(B)117.27º27.85%61.96%-
XYZ22.4729.3820.41-
YUV140.43113.09110.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=29.90%
G=40.72%
B=29.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581140.2700.280.38117.2718.4953.33
Hex749E721B01C26751235
Octal16423616233034461652265
Binary111010010011110111001011011011100100110111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,158,114); }

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

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

 a { background-color: rgb(116,158,114); }

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

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

 span { border-color: rgb(116,158,114); }

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