#73AB62

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

Shades of Amulet #73AB62

Tints of Amulet #73AB62

Color information

#73AB62 (or 0x73AB62) is unknown color: approx Amulet. HEX triplet: 73, AB and 62. RGB value is (115,171,98). Sum of RGB (Red+Green+Blue) = 115+171+98=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB62 is #8C549D. Grayscale: #929292. Windows color (decimal): -9196702 or 6466419. OLE color: 6466419.

HSL color Cylindrical-coordinate representation of color #73AB62: hue angle of 106.03º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AB62 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB11517198-
CMYK0.3300.430.33
HSL106.03º30.29%52.75%-
HSV(B)106.03º42.69%67.06%-
XYZ23.8433.6516.79-
YUV145.93100.95105.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=29.95%
G=44.53%
B=25.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115171980.3300.430.33106.0330.2952.75
Hex73AB622102B216a1e35
Octal16325314241053411523665
Binary11100111010101111000101000010101011100001110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,98); }

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

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

 a { background-color: rgb(115,171,98); }

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

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

 span { border-color: rgb(115,171,98); }

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