#749F67

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

Shades of Amulet #749F67

Tints of Amulet #749F67

Color information

#749F67 (or 0x749F67) is unknown color: approx Amulet. HEX triplet: 74, 9F and 67. RGB value is (116,159,103). Sum of RGB (Red+Green+Blue) = 116+159+103=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #749F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F67 is #8B6098. Grayscale: #8B8B8B. Windows color (decimal): -9134233 or 6791028. OLE color: 6791028.

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

Color convert

RGB116159103-
CMYK0.2700.350.38
HSL106.07º22.58%51.37%-
HSV(B)106.07º35.22%62.35%-
XYZ22.0529.4917.36-
YUV139.76107.25111.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=30.69%
G=42.06%
B=27.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591030.2700.350.38106.0722.5851.37
Hex749F671B023266a1733
Octal16423714733043461522763
Binary1110100100111111100111110110100011100110110101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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