Html Css Color HEX #73A568 Amulet

📋 copy color: '#73A568'

red 115 ◦ green 165 ◦ blue 104

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

Shades of Amulet #73A568

Tints of Amulet #73A568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 29.95%
G = 42.97%
B = 27.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#73A568 (or 0x73A568) is known color: Amulet. HEX triplet: 73, A5 and 68. RGB value is (115,165,104). Sum of RGB (Red+Green+Blue) = 115+165+104=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #73A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A568 is #8C5A97. Grayscale: #8F8F8F. Windows color (decimal): -9198232 or 6858099. OLE color: 6858099.

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

Color convert

RGB 115 165 104 -
CMYK 0.30 0 0.37 0.35
HSL 109.18º 0.25% 0.53% -
HSV(B) 109.18º 0.37% 0.65% -
XYZ 23.02 31.55 17.97 -
YUV 143.1 105.94 107.96 -
System Red Green Blue C M Y K H S L
Decimal 115 165 104 0.30 0 0.37 0.35 109.18 0.25 0.53
Hex 73 A5 68 1E 0 25 23 6D 19 35
Octal 163 245 150 36 0 45 43 155 31 65
Binary 1110011 10100101 1101000 11110 0 100101 100011 1101101 11001 110101

Color Harmonies of #73A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A568

Black with #73A568

Text Example


Text Example

White with #73A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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