#73A869

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

Shades of Amulet #73A869

Tints of Amulet #73A869

Color information

#73A869 (or 0x73A869) is unknown color: approx Amulet. HEX triplet: 73, A8 and 69. RGB value is (115,168,105). Sum of RGB (Red+Green+Blue) = 115+168+105=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #73A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A869 is #8C5796. Grayscale: #919191. Windows color (decimal): -9197463 or 6924403. OLE color: 6924403.

HSL color Cylindrical-coordinate representation of color #73A869: hue angle of 110.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A869 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB115168105-
CMYK0.3200.380.34
HSL110.48º26.58%53.53%-
HSV(B)110.48º37.5%65.88%-
XYZ23.6232.6718.43-
YUV144.97105.44106.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=29.64%
G=43.30%
B=27.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151681050.3200.380.34110.4826.5853.53
Hex73A86920026226e1b36
Octal16325015140046421563366
Binary11100111010100011010011000000100110100010110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,168,105); }

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

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

 a { background-color: rgb(115,168,105); }

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

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

 span { border-color: rgb(115,168,105); }

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