#73AA67

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

Shades of Amulet #73AA67

Tints of Amulet #73AA67

Color information

#73AA67 (or 0x73AA67) is unknown color: approx Amulet. HEX triplet: 73, AA and 67. RGB value is (115,170,103). Sum of RGB (Red+Green+Blue) = 115+170+103=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA67 is #8C5598. Grayscale: #929292. Windows color (decimal): -9196953 or 6793843. OLE color: 6793843.

HSL color Cylindrical-coordinate representation of color #73AA67: hue angle of 109.25º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AA67 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB115170103-
CMYK0.3200.390.33
HSL109.25º28.27%53.53%-
HSV(B)109.25º39.41%66.67%-
XYZ23.8933.3718.01-
YUV145.92103.78105.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=29.64%
G=43.81%
B=26.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701030.3200.390.33109.2528.2753.53
Hex73AA6720027216d1c36
Octal16325214740047411553466
Binary11100111010101011001111000000100111100001110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,103); }

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

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

 a { background-color: rgb(115,170,103); }

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

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

 span { border-color: rgb(115,170,103); }

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