#749B64

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

Shades of Amulet #749B64

Tints of Amulet #749B64

Color information

#749B64 (or 0x749B64) is unknown color: approx Amulet. HEX triplet: 74, 9B and 64. RGB value is (116,155,100). Sum of RGB (Red+Green+Blue) = 116+155+100=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #749B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B64 is #8B649B. Grayscale: #898989. Windows color (decimal): -9135260 or 6593396. OLE color: 6593396.

HSL color Cylindrical-coordinate representation of color #749B64: hue angle of 102.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749B64 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB116155100-
CMYK0.2500.350.39
HSL102.55º21.57%50%-
HSV(B)102.55º35.48%60.78%-
XYZ21.2228.0816.36-
YUV137.07107.08112.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=31.27%
G=41.78%
B=26.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551000.2500.350.39102.5521.5750
Hex749B641902327671632
Octal16423314431043471472662
Binary1110100100110111100100110010100011100111110011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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