#73A466

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

Shades of Amulet #73A466

Tints of Amulet #73A466

Color information

#73A466 (or 0x73A466) is unknown color: approx Amulet. HEX triplet: 73, A4 and 66. RGB value is (115,164,102). Sum of RGB (Red+Green+Blue) = 115+164+102=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #73A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A466 is #8C5B99. Grayscale: #8E8E8E. Windows color (decimal): -9198490 or 6726771. OLE color: 6726771.

HSL color Cylindrical-coordinate representation of color #73A466: hue angle of 107.42º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A466 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB115164102-
CMYK0.3000.380.36
HSL107.42º25.41%52.16%-
HSV(B)107.42º37.8%64.31%-
XYZ22.7431.1617.39-
YUV142.28105.27108.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=30.18%
G=43.04%
B=26.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151641020.3000.380.36107.4225.4152.16
Hex73A4661E026246b1934
Octal16324414636046441533164
Binary1110011101001001100110111100100110100100110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A466; }

 p { color: rgb(115,164,102); }

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

<style>
 a { background-color: #73A466; }

 a { background-color: rgb(115,164,102); }

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

<style>
 span { border-color: #73A466; }

 span { border-color: rgb(115,164,102); }

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