#749F6A

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

Shades of Amulet #749F6A

Tints of Amulet #749F6A

Color information

#749F6A (or 0x749F6A) is unknown color: approx Amulet. HEX triplet: 74, 9F and 6A. RGB value is (116,159,106). Sum of RGB (Red+Green+Blue) = 116+159+106=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #749F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F6A is #8B6095. Grayscale: #8C8C8C. Windows color (decimal): -9134230 or 6987636. OLE color: 6987636.

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

Color convert

RGB116159106-
CMYK0.2700.330.38
HSL108.68º21.63%51.96%-
HSV(B)108.68º33.33%62.35%-
XYZ22.229.5518.17-
YUV140.1108.75110.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=30.45%
G=41.73%
B=27.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591060.2700.330.38108.6821.6351.96
Hex749F6A1B021266d1634
Octal16423715233041461552664
Binary1110100100111111101010110110100001100110110110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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