#73AE6D

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

Shades of Amulet #73AE6D

Tints of Amulet #73AE6D

Color information

#73AE6D (or 0x73AE6D) is unknown color: approx Amulet. HEX triplet: 73, AE and 6D. RGB value is (115,174,109). Sum of RGB (Red+Green+Blue) = 115+174+109=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE6D is #8C5192. Grayscale: #959595. Windows color (decimal): -9195923 or 7188083. OLE color: 7188083.

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

Color convert

RGB115174109-
CMYK0.3400.370.32
HSL114.46º28.63%55.49%-
HSV(B)114.46º37.36%68.24%-
XYZ24.9735.0219.91-
YUV148.95105.45103.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=28.89%
G=43.72%
B=27.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741090.3400.370.32114.4628.6355.49
Hex73AE6D2202520721d37
Octal16325615542045401623567
Binary11100111010111011011011000100100101100000111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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