Html Css Color HEX #73A564 Amulet

📋 copy color: '#73A564'

red 115 ◦ green 165 ◦ blue 100

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

Shades of Amulet #73A564

Tints of Amulet #73A564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 30.26%
G = 43.42%
B = 26.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#73A564 (or 0x73A564) is known color: Amulet. HEX triplet: 73, A5 and 64. RGB value is (115,165,100). Sum of RGB (Red+Green+Blue) = 115+165+100=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #73A564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A564 is #8C5A9B. Grayscale: #8E8E8E. Windows color (decimal): -9198236 or 6595955. OLE color: 6595955.

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

Color convert

RGB 115 165 100 -
CMYK 0.30 0 0.39 0.35
HSL 106.15º 0.27% 0.52% -
HSV(B) 106.15º 0.39% 0.65% -
XYZ 22.83 31.48 16.93 -
YUV 142.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 115 165 100 0.30 0 0.39 0.35 106.15 0.27 0.52
Hex 73 A5 64 1E 0 27 23 6A 1B 34
Octal 163 245 144 36 0 47 43 152 33 64
Binary 1110011 10100101 1100100 11110 0 100111 100011 1101010 11011 110100

Color Harmonies of #73A564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A564

Black with #73A564

Text Example


Text Example

White with #73A564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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