#73A56E

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

Shades of Amulet #73A56E

Tints of Amulet #73A56E

Color information

#73A56E (or 0x73A56E) is unknown color: approx Amulet. HEX triplet: 73, A5 and 6E. RGB value is (115,165,110). Sum of RGB (Red+Green+Blue) = 115+165+110=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #73A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A56E is #8C5A91. Grayscale: #8F8F8F. Windows color (decimal): -9198226 or 7251315. OLE color: 7251315.

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

Color convert

RGB115165110-
CMYK0.3000.330.35
HSL114.55º23.4%53.92%-
HSV(B)114.55º33.33%64.71%-
XYZ23.3431.6819.64-
YUV143.78108.94107.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=29.49%
G=42.31%
B=28.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151651100.3000.330.35114.5523.453.92
Hex73A56E1E02123731736
Octal16324515636041431632766
Binary1110011101001011101110111100100001100011111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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