#74AA72

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

Shades of Amulet #74AA72

Tints of Amulet #74AA72

Color information

#74AA72 (or 0x74AA72) is unknown color: approx Amulet. HEX triplet: 74, AA and 72. RGB value is (116,170,114). Sum of RGB (Red+Green+Blue) = 116+170+114=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA72 is #8B558D. Grayscale: #939393. Windows color (decimal): -9131406 or 7514740. OLE color: 7514740.

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

Color convert

RGB116170114-
CMYK0.3200.330.33
HSL117.86º24.78%55.69%-
HSV(B)117.86º32.94%66.67%-
XYZ24.6133.6821.12-
YUV147.47109.11105.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=29%
G=42.5%
B=28.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701140.3200.330.33117.8624.7855.69
Hex74AA722002121761938
Octal16425216240041411663170
Binary11101001010101011100101000000100001100001111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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