#73AF6B

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

Shades of Amulet #73AF6B

Tints of Amulet #73AF6B

Color information

#73AF6B (or 0x73AF6B) is unknown color: approx Amulet. HEX triplet: 73, AF and 6B. RGB value is (115,175,107). Sum of RGB (Red+Green+Blue) = 115+175+107=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF6B is #8C5094. Grayscale: #959595. Windows color (decimal): -9195669 or 7057267. OLE color: 7057267.

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

Color convert

RGB115175107-
CMYK0.3400.390.31
HSL112.94º29.82%55.29%-
HSV(B)112.94º38.86%68.63%-
XYZ25.0535.3719.42-
YUV149.31104.12103.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=28.97%
G=44.08%
B=26.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751070.3400.390.31112.9429.8255.29
Hex73AF6B220271F711e37
Octal16325715342047371613667
Binary1110011101011111101011100010010011111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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