#74AC6E

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

Shades of Amulet #74AC6E

Tints of Amulet #74AC6E

Color information

#74AC6E (or 0x74AC6E) is unknown color: approx Amulet. HEX triplet: 74, AC and 6E. RGB value is (116,172,110). Sum of RGB (Red+Green+Blue) = 116+172+110=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC6E is #8B5391. Grayscale: #949494. Windows color (decimal): -9130898 or 7253108. OLE color: 7253108.

HSL color Cylindrical-coordinate representation of color #74AC6E: hue angle of 114.19º degrees, saturation: 0.27, 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 #74AC6E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB116172110-
CMYK0.3300.360.33
HSL114.19º27.19%55.29%-
HSV(B)114.19º36.05%67.45%-
XYZ24.7734.3420.08-
YUV148.19106.45105.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=29.15%
G=43.22%
B=27.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721100.3300.360.33114.1927.1955.29
Hex74AC6E2102421721b37
Octal16425415641044411623367
Binary11101001010110011011101000010100100100001111001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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