#74A673

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

Shades of Amulet #74A673

Tints of Amulet #74A673

Color information

#74A673 (or 0x74A673) is unknown color: approx Amulet. HEX triplet: 74, A6 and 73. RGB value is (116,166,115). Sum of RGB (Red+Green+Blue) = 116+166+115=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #74A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A673 is #8B598C. Grayscale: #919191. Windows color (decimal): -9132429 or 7579252. OLE color: 7579252.

HSL color Cylindrical-coordinate representation of color #74A673: hue angle of 118.82º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A673 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB116166115-
CMYK0.3000.310.35
HSL118.82º22.27%55.1%-
HSV(B)118.82º30.72%65.1%-
XYZ23.9332.2221.18-
YUV145.24110.94107.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=29.22%
G=41.81%
B=28.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161661150.3000.310.35118.8222.2755.1
Hex74A6731E01F23771637
Octal16424616336037431672667
Binary111010010100110111001111110011111100011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A673; }

 p { color: rgb(116,166,115); }

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

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

 a { background-color: rgb(116,166,115); }

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

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

 span { border-color: rgb(116,166,115); }

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