#73A771

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

Shades of Amulet #73A771

Tints of Amulet #73A771

Color information

#73A771 (or 0x73A771) is unknown color: approx Amulet. HEX triplet: 73, A7 and 71. RGB value is (115,167,113). Sum of RGB (Red+Green+Blue) = 115+167+113=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #73A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A771 is #8C588E. Grayscale: #919191. Windows color (decimal): -9197711 or 7448435. OLE color: 7448435.

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

Color convert

RGB115167113-
CMYK0.3100.320.35
HSL117.78º23.48%54.9%-
HSV(B)117.78º32.34%65.49%-
XYZ23.8732.4720.63-
YUV145.3109.77106.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=29.11%
G=42.28%
B=28.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151671130.3100.320.35117.7823.4854.9
Hex73A7711F02023761737
Octal16324716137040431662767
Binary1110011101001111110001111110100000100011111011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,167,113); }

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

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

 a { background-color: rgb(115,167,113); }

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

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

 span { border-color: rgb(115,167,113); }

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