Html Css Color HEX #73A066 Amulet

📋 copy color: '#73A066'

red 115 ◦ green 160 ◦ blue 102

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

Shades of Amulet #73A066

Tints of Amulet #73A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.44%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 30.5%
G = 42.44%
B = 27.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#73A066 (or 0x73A066) is known color: Amulet. HEX triplet: 73, A0 and 66. RGB value is (115,160,102). Sum of RGB (Red+Green+Blue) = 115+160+102=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #73A066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A066 is #8C5F99. Grayscale: #8C8C8C. Windows color (decimal): -9199514 or 6725747. OLE color: 6725747.

HSL color Cylindrical-coordinate representation of color #73A066: hue angle of 106.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A066 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 160 102 -
CMYK 0.28 0 0.36 0.37
HSL 106.55º 0.23% 0.51% -
HSV(B) 106.55º 0.36% 0.63% -
XYZ 22.04 29.75 17.15 -
YUV 139.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 115 160 102 0.28 0 0.36 0.37 106.55 0.23 0.51
Hex 73 A0 66 1C 0 24 25 6B 17 33
Octal 163 240 146 34 0 44 45 153 27 63
Binary 1110011 10100000 1100110 11100 0 100100 100101 1101011 10111 110011

Color Harmonies of #73A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A066

Black with #73A066

Text Example


Text Example

White with #73A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,160,102); }

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

background-color css

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

 a { background-color: rgb(115,160,102); }

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

border-color css

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

 span { border-color: rgb(115,160,102); }

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