#73AD69

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

Shades of Amulet #73AD69

Tints of Amulet #73AD69

Color information

#73AD69 (or 0x73AD69) is unknown color: approx Amulet. HEX triplet: 73, AD and 69. RGB value is (115,173,105). Sum of RGB (Red+Green+Blue) = 115+173+105=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD69 is #8C5296. Grayscale: #949494. Windows color (decimal): -9196183 or 6925683. OLE color: 6925683.

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

Color convert

RGB115173105-
CMYK0.3400.390.32
HSL111.18º29.31%54.51%-
HSV(B)111.18º39.31%67.84%-
XYZ24.5634.5518.74-
YUV147.91103.78104.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=29.26%
G=44.02%
B=26.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151731050.3400.390.32111.1829.3154.51
Hex73AD6922027206f1d37
Octal16325515142047401573567
Binary11100111010110111010011000100100111100000110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,173,105); }

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

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

 a { background-color: rgb(115,173,105); }

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

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

 span { border-color: rgb(115,173,105); }

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