#74AA65

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

Shades of Amulet #74AA65

Tints of Amulet #74AA65

Color information

#74AA65 (or 0x74AA65) is unknown color: approx Amulet. HEX triplet: 74, AA and 65. RGB value is (116,170,101). Sum of RGB (Red+Green+Blue) = 116+170+101=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA65 is #8B559A. Grayscale: #929292. Windows color (decimal): -9131419 or 6662772. OLE color: 6662772.

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

Color convert

RGB116170101-
CMYK0.3200.410.33
HSL106.96º28.87%53.14%-
HSV(B)106.96º40.59%66.67%-
XYZ23.9333.417.5-
YUV145.99102.61106.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=29.97%
G=43.93%
B=26.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701010.3200.410.33106.9628.8753.14
Hex74AA6520029216b1d35
Octal16425214540051411533565
Binary11101001010101011001011000000101001100001110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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