#73966D

Color #73966D Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #73966D

Tints of Amulet #73966D

Color information

#73966D (or 0x73966D) is unknown color: approx Amulet. HEX triplet: 73, 96 and 6D. RGB value is (115,150,109). Sum of RGB (Red+Green+Blue) = 115+150+109=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #73966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73966D is #8C6992. Grayscale: #868686. Windows color (decimal): -9202067 or 7181939. OLE color: 7181939.

HSL color Cylindrical-coordinate representation of color #73966D: hue angle of 111.22º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73966D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB115150109-
CMYK0.2300.270.41
HSL111.22º16.33%50.78%-
HSV(B)111.22º27.33%58.82%-
XYZ20.7426.5618.5-
YUV134.86113.4113.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=30.75%
G=40.11%
B=29.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501090.2300.270.41111.2216.3350.78
Hex73966D1701B296f1033
Octal16322615527033511572063
Binary111001110010110110110110111011011101001110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73966D; }

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

 H1.HeaderClassName
 {
   color: #73966D;
 }
 .AnyTagClassName
 {
   color: #73966D;
 }
</style>
background-color css

<style>
 a { background-color: #73966D; }

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

 div.DivClassName
 {
   background-color: #73966D;
 }
 .BgClassName
 {
   background-color: #73966D;
 }
</style>
border-color css

<style>
 span { border-color: #73966D; }

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

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