#749D72

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

Shades of Amulet #749D72

Tints of Amulet #749D72

Color information

#749D72 (or 0x749D72) is unknown color: approx Amulet. HEX triplet: 74, 9D and 72. RGB value is (116,157,114). Sum of RGB (Red+Green+Blue) = 116+157+114=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #749D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D72 is #8B628D. Grayscale: #8B8B8B. Windows color (decimal): -9134734 or 7511412. OLE color: 7511412.

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

Color convert

RGB116157114-
CMYK0.2600.270.38
HSL117.21º17.99%53.14%-
HSV(B)117.21º27.39%61.57%-
XYZ22.329.0420.35-
YUV139.84113.42111-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=29.97%
G=40.57%
B=29.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571140.2600.270.38117.2117.9953.14
Hex749D721A01B26751235
Octal16423516232033461652265
Binary111010010011101111001011010011011100110111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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