Html Css Color HEX #73A36D Amulet

📋 copy color: '#73A36D'

red 115 ◦ green 163 ◦ blue 109

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

Shades of Amulet #73A36D

Tints of Amulet #73A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 29.72%
G = 42.12%
B = 28.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#73A36D (or 0x73A36D) is known color: Amulet. HEX triplet: 73, A3 and 6D. RGB value is (115,163,109). Sum of RGB (Red+Green+Blue) = 115+163+109=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #73A36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A36D is #8C5C92. Grayscale: #8E8E8E. Windows color (decimal): -9198739 or 7185267. OLE color: 7185267.

HSL color Cylindrical-coordinate representation of color #73A36D: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73A36D is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 163 109 -
CMYK 0.29 0 0.33 0.36
HSL 113.33º 0.23% 0.53% -
HSV(B) 113.33º 0.33% 0.64% -
XYZ 22.93 30.94 19.23 -
YUV 142.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 115 163 109 0.29 0 0.33 0.36 113.33 0.23 0.53
Hex 73 A3 6D 1D 0 21 24 71 17 35
Octal 163 243 155 35 0 41 44 161 27 65
Binary 1110011 10100011 1101101 11101 0 100001 100100 1110001 10111 110101

Color Harmonies of #73A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A36D

Black with #73A36D

Text Example


Text Example

White with #73A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,163,109); }

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

background-color css

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

 a { background-color: rgb(115,163,109); }

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

border-color css

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

 span { border-color: rgb(115,163,109); }

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