Html Css Color HEX #73A569 Amulet

📋 copy color: '#73A569'

red 115 ◦ green 165 ◦ blue 105

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

Shades of Amulet #73A569

Tints of Amulet #73A569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 29.87%
G = 42.86%
B = 27.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#73A569 (or 0x73A569) is known color: Amulet. HEX triplet: 73, A5 and 69. RGB value is (115,165,105). Sum of RGB (Red+Green+Blue) = 115+165+105=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #73A569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A569 is #8C5A96. Grayscale: #8F8F8F. Windows color (decimal): -9198231 or 6923635. OLE color: 6923635.

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

Color convert

RGB 115 165 105 -
CMYK 0.30 0 0.36 0.35
HSL 110º 0.25% 0.53% -
HSV(B) 110º 0.36% 0.65% -
XYZ 23.08 31.58 18.24 -
YUV 143.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 115 165 105 0.30 0 0.36 0.35 110 0.25 0.53
Hex 73 A5 69 1E 0 24 23 6E 19 35
Octal 163 245 151 36 0 44 43 156 31 65
Binary 1110011 10100101 1101001 11110 0 100100 100011 1101110 11001 110101

Color Harmonies of #73A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A569

Black with #73A569

Text Example


Text Example

White with #73A569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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