Html Css Color HEX #73A36C Amulet

📋 copy color: '#73A36C'

red 115 ◦ green 163 ◦ blue 108

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

Shades of Amulet #73A36C

Tints of Amulet #73A36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 29.79%
G = 42.23%
B = 27.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#73A36C (or 0x73A36C) is known color: Amulet. HEX triplet: 73, A3 and 6C. RGB value is (115,163,108). Sum of RGB (Red+Green+Blue) = 115+163+108=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #73A36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A36C is #8C5C93. Grayscale: #8E8E8E. Windows color (decimal): -9198740 or 7119731. OLE color: 7119731.

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

Color convert

RGB 115 163 108 -
CMYK 0.29 0 0.34 0.36
HSL 112.36º 0.23% 0.53% -
HSV(B) 112.36º 0.34% 0.64% -
XYZ 22.87 30.92 18.95 -
YUV 142.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 115 163 108 0.29 0 0.34 0.36 112.36 0.23 0.53
Hex 73 A3 6C 1D 0 22 24 70 17 35
Octal 163 243 154 35 0 42 44 160 27 65
Binary 1110011 10100011 1101100 11101 0 100010 100100 1110000 10111 110101

Color Harmonies of #73A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A36C

Black with #73A36C

Text Example


Text Example

White with #73A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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