#74A66E

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

Shades of Amulet #74A66E

Tints of Amulet #74A66E

Color information

#74A66E (or 0x74A66E) is unknown color: approx Amulet. HEX triplet: 74, A6 and 6E. RGB value is (116,166,110). Sum of RGB (Red+Green+Blue) = 116+166+110=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #74A66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A66E is #8B5991. Grayscale: #909090. Windows color (decimal): -9132434 or 7251572. OLE color: 7251572.

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

Color convert

RGB116166110-
CMYK0.3000.340.35
HSL113.57º23.93%54.12%-
HSV(B)113.57º33.73%65.1%-
XYZ23.6532.1119.7-
YUV144.67108.44107.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=29.59%
G=42.35%
B=28.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161661100.3000.340.35113.5723.9354.12
Hex74A66E1E02223721836
Octal16424615636042431623066
Binary1110100101001101101110111100100010100011111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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