#749E65

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

Shades of Amulet #749E65

Tints of Amulet #749E65

Color information

#749E65 (or 0x749E65) is unknown color: approx Amulet. HEX triplet: 74, 9E and 65. RGB value is (116,158,101). Sum of RGB (Red+Green+Blue) = 116+158+101=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #749E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E65 is #8B619A. Grayscale: #8B8B8B. Windows color (decimal): -9134491 or 6659700. OLE color: 6659700.

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

Color convert

RGB116158101-
CMYK0.2700.360.38
HSL104.21º22.71%50.78%-
HSV(B)104.21º36.08%61.96%-
XYZ21.7829.1116.78-
YUV138.94106.59111.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=30.93%
G=42.13%
B=26.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581010.2700.360.38104.2122.7150.78
Hex749E651B02426681733
Octal16423614533044461502763
Binary1110100100111101100101110110100100100110110100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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