#749F72

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

Shades of Amulet #749F72

Tints of Amulet #749F72

Color information

#749F72 (or 0x749F72) is unknown color: approx Amulet. HEX triplet: 74, 9F and 72. RGB value is (116,159,114). Sum of RGB (Red+Green+Blue) = 116+159+114=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #749F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F72 is #8B608D. Grayscale: #8D8D8D. Windows color (decimal): -9134222 or 7511924. OLE color: 7511924.

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

Color convert

RGB116159114-
CMYK0.2700.280.38
HSL117.33º18.99%53.53%-
HSV(B)117.33º28.3%62.35%-
XYZ22.6429.7220.46-
YUV141.01112.75110.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=29.82%
G=40.87%
B=29.31%

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
Decimal1161591140.2700.280.38117.3318.9953.53
Hex749F721B01C26751336
Octal16423716233034461652366
Binary111010010011111111001011011011100100110111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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