#749667

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

Shades of Amulet #749667

Tints of Amulet #749667

Color information

#749667 (or 0x749667) is unknown color: approx Amulet. HEX triplet: 74, 96 and 67. RGB value is (116,150,103). Sum of RGB (Red+Green+Blue) = 116+150+103=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #749667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749667 is #8B6998. Grayscale: #868686. Windows color (decimal): -9136537 or 6788724. OLE color: 6788724.

HSL color Cylindrical-coordinate representation of color #749667: hue angle of 103.4º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749667 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB116150103-
CMYK0.2300.310.41
HSL103.4º18.58%49.61%-
HSV(B)103.4º31.33%58.82%-
XYZ20.5626.516.86-
YUV134.48110.24114.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=31.44%
G=40.65%
B=27.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501030.2300.310.41103.418.5849.61
Hex7496671701F29671332
Octal16422614727037511472362
Binary111010010010110110011110111011111101001110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749667; }

 p { color: rgb(116,150,103); }

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

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

 a { background-color: rgb(116,150,103); }

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

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

 span { border-color: rgb(116,150,103); }

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