#74AA6D

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

Shades of Amulet #74AA6D

Tints of Amulet #74AA6D

Color information

#74AA6D (or 0x74AA6D) is unknown color: approx Amulet. HEX triplet: 74, AA and 6D. RGB value is (116,170,109). Sum of RGB (Red+Green+Blue) = 116+170+109=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA6D is #8B5592. Grayscale: #939393. Windows color (decimal): -9131411 or 7187060. OLE color: 7187060.

HSL color Cylindrical-coordinate representation of color #74AA6D: hue angle of 113.11º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74AA6D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB116170109-
CMYK0.3200.360.33
HSL113.11º26.41%54.71%-
HSV(B)113.11º35.88%66.67%-
XYZ24.3433.5719.66-
YUV146.9106.61105.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=29.37%
G=43.04%
B=27.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701090.3200.360.33113.1126.4154.71
Hex74AA6D2002421711a37
Octal16425215540044411613267
Binary11101001010101011011011000000100100100001111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,109); }

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

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

 a { background-color: rgb(116,170,109); }

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

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

 span { border-color: rgb(116,170,109); }

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