#74A463

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

Shades of Amulet #74A463

Tints of Amulet #74A463

Color information

#74A463 (or 0x74A463) is unknown color: approx Amulet. HEX triplet: 74, A4 and 63. RGB value is (116,164,99). Sum of RGB (Red+Green+Blue) = 116+164+99=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #74A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A463 is #8B5B9C. Grayscale: #8E8E8E. Windows color (decimal): -9132957 or 6530164. OLE color: 6530164.

HSL color Cylindrical-coordinate representation of color #74A463: hue angle of 104.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74A463 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB11616499-
CMYK0.2900.400.36
HSL104.31º26.32%51.57%-
HSV(B)104.31º39.63%64.31%-
XYZ22.7331.1616.62-
YUV142.24103.6109.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=30.61%
G=43.27%
B=26.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164990.2900.400.36104.3126.3251.57
Hex74A4631D02824681a34
Octal16424414335050441503264
Binary1110100101001001100011111010101000100100110100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,164,99); }

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

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

 a { background-color: rgb(116,164,99); }

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

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

 span { border-color: rgb(116,164,99); }

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