Html Css Color HEX #73A56B Amulet

📋 copy color: '#73A56B'

red 115 ◦ green 165 ◦ blue 107

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

Shades of Amulet #73A56B

Tints of Amulet #73A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 29.72%
G = 42.64%
B = 27.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#73A56B (or 0x73A56B) is known color: Amulet. HEX triplet: 73, A5 and 6B. RGB value is (115,165,107). Sum of RGB (Red+Green+Blue) = 115+165+107=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #73A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A56B is #8C5A94. Grayscale: #8F8F8F. Windows color (decimal): -9198229 or 7054707. OLE color: 7054707.

HSL color Cylindrical-coordinate representation of color #73A56B: hue angle of 111.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73A56B is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 165 107 -
CMYK 0.30 0 0.35 0.35
HSL 111.72º 0.24% 0.53% -
HSV(B) 111.72º 0.35% 0.65% -
XYZ 23.18 31.62 18.79 -
YUV 143.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 115 165 107 0.30 0 0.35 0.35 111.72 0.24 0.53
Hex 73 A5 6B 1E 0 23 23 70 18 35
Octal 163 245 153 36 0 43 43 160 30 65
Binary 1110011 10100101 1101011 11110 0 100011 100011 1110000 11000 110101

Color Harmonies of #73A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A56B

Black with #73A56B

Text Example


Text Example

White with #73A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,165,107); }

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

background-color css

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

 a { background-color: rgb(115,165,107); }

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

border-color css

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

 span { border-color: rgb(115,165,107); }

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