#73AE6B

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

Shades of Amulet #73AE6B

Tints of Amulet #73AE6B

Color information

#73AE6B (or 0x73AE6B) is unknown color: approx Amulet. HEX triplet: 73, AE and 6B. RGB value is (115,174,107). Sum of RGB (Red+Green+Blue) = 115+174+107=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE6B is #8C5194. Grayscale: #949494. Windows color (decimal): -9195925 or 7057011. OLE color: 7057011.

HSL color Cylindrical-coordinate representation of color #73AE6B: hue angle of 112.84º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AE6B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB115174107-
CMYK0.3400.390.32
HSL112.84º29.26%55.1%-
HSV(B)112.84º38.51%68.24%-
XYZ24.8634.9819.35-
YUV148.72104.45103.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=29.04%
G=43.94%
B=27.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741070.3400.390.32112.8429.2655.1
Hex73AE6B2202720711d37
Octal16325615342047401613567
Binary11100111010111011010111000100100111100000111000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,107); }

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

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

 a { background-color: rgb(115,174,107); }

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

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

 span { border-color: rgb(115,174,107); }

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