#73AE63

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

Shades of Amulet #73AE63

Tints of Amulet #73AE63

Color information

#73AE63 (or 0x73AE63) is unknown color: approx Amulet. HEX triplet: 73, AE and 63. RGB value is (115,174,99). Sum of RGB (Red+Green+Blue) = 115+174+99=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE63 is #8C519C. Grayscale: #949494. Windows color (decimal): -9195933 or 6532723. OLE color: 6532723.

HSL color Cylindrical-coordinate representation of color #73AE63: hue angle of 107.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AE63 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB11517499-
CMYK0.3400.430.32
HSL107.2º31.65%53.53%-
HSV(B)107.2º43.1%68.24%-
XYZ24.4634.8217.24-
YUV147.81100.45104.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=29.64%
G=44.85%
B=25.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115174990.3400.430.32107.231.6553.53
Hex73AE632202B206b2036
Octal16325614342053401534066
Binary111001110101110110001110001001010111000001101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,99); }

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

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

 a { background-color: rgb(115,174,99); }

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

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

 span { border-color: rgb(115,174,99); }

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