#749C65

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

Shades of Amulet #749C65

Tints of Amulet #749C65

Color information

#749C65 (or 0x749C65) is unknown color: approx Amulet. HEX triplet: 74, 9C and 65. RGB value is (116,156,101). Sum of RGB (Red+Green+Blue) = 116+156+101=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #749C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C65 is #8B639A. Grayscale: #898989. Windows color (decimal): -9135003 or 6659188. OLE color: 6659188.

HSL color Cylindrical-coordinate representation of color #749C65: hue angle of 103.64º 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 #749C65 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB116156101-
CMYK0.2600.350.39
HSL103.64º21.74%50.39%-
HSV(B)103.64º35.26%61.18%-
XYZ21.4428.4316.67-
YUV137.77107.25112.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=31.10%
G=41.82%
B=27.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161561010.2600.350.39103.6421.7450.39
Hex749C651A02327681632
Octal16423414532043471502662
Binary1110100100111001100101110100100011100111110100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,101); }

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

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

 a { background-color: rgb(116,156,101); }

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

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

 span { border-color: rgb(116,156,101); }

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