Html Css Color HEX #73A167 Amulet

📋 copy color: '#73A167'

red 115 ◦ green 161 ◦ blue 103

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

Shades of Amulet #73A167

Tints of Amulet #73A167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.48%

 BLUE value IS 103 (40.63% from 255) = 27.18%

R = 30.34%
G = 42.48%
B = 27.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#73A167 (or 0x73A167) is known color: Amulet. HEX triplet: 73, A1 and 67. RGB value is (115,161,103). Sum of RGB (Red+Green+Blue) = 115+161+103=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #73A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A167 is #8C5E98. Grayscale: #8C8C8C. Windows color (decimal): -9199257 or 6791539. OLE color: 6791539.

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

Color convert

RGB 115 161 103 -
CMYK 0.29 0 0.36 0.37
HSL 107.59º 0.24% 0.52% -
HSV(B) 107.59º 0.36% 0.63% -
XYZ 22.26 30.11 17.47 -
YUV 140.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 115 161 103 0.29 0 0.36 0.37 107.59 0.24 0.52
Hex 73 A1 67 1D 0 24 25 6C 18 34
Octal 163 241 147 35 0 44 45 154 30 64
Binary 1110011 10100001 1100111 11101 0 100100 100101 1101100 11000 110100

Color Harmonies of #73A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A167

Black with #73A167

Text Example


Text Example

White with #73A167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,161,103); }

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

background-color css

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

 a { background-color: rgb(115,161,103); }

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

border-color css

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

 span { border-color: rgb(115,161,103); }

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