Html Css Color HEX #73A06F Amulet

📋 copy color: '#73A06F'

red 115 ◦ green 160 ◦ blue 111

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

Shades of Amulet #73A06F

Tints of Amulet #73A06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 29.79%
G = 41.45%
B = 28.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#73A06F (or 0x73A06F) is known color: Amulet. HEX triplet: 73, A0 and 6F. RGB value is (115,160,111). Sum of RGB (Red+Green+Blue) = 115+160+111=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #73A06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A06F is #8C5F90. Grayscale: #8D8D8D. Windows color (decimal): -9199505 or 7315571. OLE color: 7315571.

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

Color convert

RGB 115 160 111 -
CMYK 0.28 0 0.31 0.37
HSL 115.1º 0.21% 0.53% -
HSV(B) 115.1º 0.31% 0.63% -
XYZ 22.51 29.93 19.63 -
YUV 140.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 115 160 111 0.28 0 0.31 0.37 115.1 0.21 0.53
Hex 73 A0 6F 1C 0 1F 25 73 15 35
Octal 163 240 157 34 0 37 45 163 25 65
Binary 1110011 10100000 1101111 11100 0 11111 100101 1110011 10101 110101

Color Harmonies of #73A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A06F

Black with #73A06F

Text Example


Text Example

White with #73A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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