#73A16C

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

Shades of Amulet #73A16C

Tints of Amulet #73A16C

Color information

#73A16C (or 0x73A16C) is unknown color: approx Amulet. HEX triplet: 73, A1 and 6C. RGB value is (115,161,108). Sum of RGB (Red+Green+Blue) = 115+161+108=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #73A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A16C is #8C5E93. Grayscale: #8D8D8D. Windows color (decimal): -9199252 or 7119219. OLE color: 7119219.

HSL color Cylindrical-coordinate representation of color #73A16C: hue angle of 112.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A16C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB115161108-
CMYK0.2900.330.37
HSL112.08º21.99%52.75%-
HSV(B)112.08º32.92%63.14%-
XYZ22.5230.2218.83-
YUV141.2109.26109.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 161 (63.28% from 255) = 41.93%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=29.95%
G=41.93%
B=28.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151611080.2900.330.37112.0821.9952.75
Hex73A16C1D02125701635
Octal16324115435041451602665
Binary1110011101000011101100111010100001100101111000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,108); }

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

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

 a { background-color: rgb(115,161,108); }

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

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

 span { border-color: rgb(115,161,108); }

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