#73AA6A

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

Shades of Amulet #73AA6A

Tints of Amulet #73AA6A

Color information

#73AA6A (or 0x73AA6A) is unknown color: approx Amulet. HEX triplet: 73, AA and 6A. RGB value is (115,170,106). Sum of RGB (Red+Green+Blue) = 115+170+106=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA6A is #8C5595. Grayscale: #929292. Windows color (decimal): -9196950 or 6990451. OLE color: 6990451.

HSL color Cylindrical-coordinate representation of color #73AA6A: hue angle of 111.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73AA6A is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB115170106-
CMYK0.3200.380.33
HSL111.56º27.35%54.12%-
HSV(B)111.56º37.65%66.67%-
XYZ24.0533.4318.82-
YUV146.26105.28105.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=29.41%
G=43.48%
B=27.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701060.3200.380.33111.5627.3554.12
Hex73AA6A2002621701b36
Octal16325215240046411603366
Binary11100111010101011010101000000100110100001111000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,106); }

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

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

 a { background-color: rgb(115,170,106); }

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

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

 span { border-color: rgb(115,170,106); }

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