Html Css Color HEX #73A96D Amulet

📋 copy color: '#73A96D'

red 115 ◦ green 169 ◦ blue 109

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

Shades of Amulet #73A96D

Tints of Amulet #73A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43%

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 29.26%
G = 43%
B = 27.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#73A96D (or 0x73A96D) is known color: Amulet. HEX triplet: 73, A9 and 6D. RGB value is (115,169,109). Sum of RGB (Red+Green+Blue) = 115+169+109=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #73A96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A96D is #8C5692. Grayscale: #929292. Windows color (decimal): -9197203 or 7186803. OLE color: 7186803.

HSL color Cylindrical-coordinate representation of color #73A96D: hue angle of 114º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A96D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 169 109 -
CMYK 0.32 0 0.36 0.34
HSL 114º 0.26% 0.55% -
HSV(B) 114º 0.36% 0.66% -
XYZ 24.02 33.12 19.6 -
YUV 146.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 115 169 109 0.32 0 0.36 0.34 114 0.26 0.55
Hex 73 A9 6D 20 0 24 22 72 1A 37
Octal 163 251 155 40 0 44 42 162 32 67
Binary 1110011 10101001 1101101 100000 0 100100 100010 1110010 11010 110111

Color Harmonies of #73A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A96D

Black with #73A96D

Text Example


Text Example

White with #73A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,169,109); }

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

background-color css

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

 a { background-color: rgb(115,169,109); }

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

border-color css

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

 span { border-color: rgb(115,169,109); }

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