#73AE65

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

Shades of Amulet #73AE65

Tints of Amulet #73AE65

Color information

#73AE65 (or 0x73AE65) is unknown color: approx Amulet. HEX triplet: 73, AE and 65. RGB value is (115,174,101). Sum of RGB (Red+Green+Blue) = 115+174+101=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE65 is #8C519A. Grayscale: #949494. Windows color (decimal): -9195931 or 6663795. OLE color: 6663795.

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

Color convert

RGB115174101-
CMYK0.3400.420.32
HSL108.49º31.06%53.92%-
HSV(B)108.49º41.95%68.24%-
XYZ24.5634.8617.75-
YUV148.04101.45104.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=29.49%
G=44.62%
B=25.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741010.3400.420.32108.4931.0653.92
Hex73AE652202A206c1f36
Octal16325614542052401543766
Binary11100111010111011001011000100101010100000110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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