Html Css Color HEX #73A871 Amulet

📋 copy color: '#73A871'

red 115 ◦ green 168 ◦ blue 113

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

Shades of Amulet #73A871

Tints of Amulet #73A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

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

R = 29.04%
G = 42.42%
B = 28.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#73A871 (or 0x73A871) is known color: Amulet. HEX triplet: 73, A8 and 71. RGB value is (115,168,113). Sum of RGB (Red+Green+Blue) = 115+168+113=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #73A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A871 is #8C578E. Grayscale: #929292. Windows color (decimal): -9197455 or 7448691. OLE color: 7448691.

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

Color convert

RGB 115 168 113 -
CMYK 0.32 0 0.33 0.34
HSL 117.82º 0.24% 0.55% -
HSV(B) 117.82º 0.33% 0.66% -
XYZ 24.05 32.84 20.69 -
YUV 145.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 115 168 113 0.32 0 0.33 0.34 117.82 0.24 0.55
Hex 73 A8 71 20 0 21 22 76 18 37
Octal 163 250 161 40 0 41 42 166 30 67
Binary 1110011 10101000 1110001 100000 0 100001 100010 1110110 11000 110111

Color Harmonies of #73A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A871

Black with #73A871

Text Example


Text Example

White with #73A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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