#74AC70

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

Shades of Amulet #74AC70

Tints of Amulet #74AC70

Color information

#74AC70 (or 0x74AC70) is unknown color: approx Amulet. HEX triplet: 74, AC and 70. RGB value is (116,172,112). Sum of RGB (Red+Green+Blue) = 116+172+112=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC70 is #8B538F. Grayscale: #949494. Windows color (decimal): -9130896 or 7384180. OLE color: 7384180.

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

Color convert

RGB116172112-
CMYK0.3300.350.33
HSL116º26.55%55.69%-
HSV(B)116º34.88%67.45%-
XYZ24.8834.3920.66-
YUV148.42107.45104.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 112 (44.14% from 255) = 28%
R=29%
G=43%
B=28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721120.3300.350.3311626.5555.69
Hex74AC702102321741b38
Octal16425416041043411643370
Binary11101001010110011100001000010100011100001111010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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