#749B6D

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

Shades of Amulet #749B6D

Tints of Amulet #749B6D

Color information

#749B6D (or 0x749B6D) is unknown color: approx Amulet. HEX triplet: 74, 9B and 6D. RGB value is (116,155,109). Sum of RGB (Red+Green+Blue) = 116+155+109=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #749B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B6D is #8B6492. Grayscale: #8A8A8A. Windows color (decimal): -9135251 or 7183220. OLE color: 7183220.

HSL color Cylindrical-coordinate representation of color #749B6D: hue angle of 110.87º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749B6D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB116155109-
CMYK0.2500.300.39
HSL110.87º18.7%51.76%-
HSV(B)110.87º29.68%60.78%-
XYZ21.6828.2618.78-
YUV138.1111.58112.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=30.53%
G=40.79%
B=28.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551090.2500.300.39110.8718.751.76
Hex749B6D1901E276f1334
Octal16423315531036471572364
Binary111010010011011110110111001011110100111110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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