Html Css Color HEX #73A471 Amulet

📋 copy color: '#73A471'

red 115 ◦ green 164 ◦ blue 113

#73A471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #73A471

Tints of Amulet #73A471

RGB

 RED value IS 115 (45.31% from 255) = 29.34%

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 29.34%
G = 41.84%
B = 28.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#73A471 (or 0x73A471) is known color: Amulet. HEX triplet: 73, A4 and 71. RGB value is (115,164,113). Sum of RGB (Red+Green+Blue) = 115+164+113=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #73A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A471 is #8C5B8E. Grayscale: #8F8F8F. Windows color (decimal): -9198479 or 7447667. OLE color: 7447667.

HSL color Cylindrical-coordinate representation of color #73A471: hue angle of 117.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A471 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 164 113 -
CMYK 0.30 0 0.31 0.36
HSL 117.65º 0.22% 0.54% -
HSV(B) 117.65º 0.31% 0.64% -
XYZ 23.33 31.39 20.45 -
YUV 143.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 115 164 113 0.30 0 0.31 0.36 117.65 0.22 0.54
Hex 73 A4 71 1E 0 1F 24 76 16 36
Octal 163 244 161 36 0 37 44 166 26 66
Binary 1110011 10100100 1110001 11110 0 11111 100100 1110110 10110 110110

Color Harmonies of #73A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A471

Black with #73A471

Text Example


Text Example

White with #73A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73A471;
 }
 .AnyTagClassName
 {
   color: #73A471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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