#73A569

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

Shades of Amulet #73A569

Tints of Amulet #73A569

Color information

#73A569 (or 0x73A569) is unknown color: approx Amulet. HEX triplet: 73, A5 and 69. RGB value is (115,165,105). Sum of RGB (Red+Green+Blue) = 115+165+105=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #73A569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A569 is #8C5A96. Grayscale: #8F8F8F. Windows color (decimal): -9198231 or 6923635. OLE color: 6923635.

HSL color Cylindrical-coordinate representation of color #73A569: hue angle of 110º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A569 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB115165105-
CMYK0.3000.360.35
HSL110º25%52.94%-
HSV(B)110º36.36%64.71%-
XYZ23.0831.5818.24-
YUV143.21106.44107.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=29.87%
G=42.86%
B=27.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151651050.3000.360.351102552.94
Hex73A5691E024236e1935
Octal16324515136044431563165
Binary1110011101001011101001111100100100100011110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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