#73976E

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

Shades of Amulet #73976E

Tints of Amulet #73976E

Color information

#73976E (or 0x73976E) is unknown color: approx Amulet. HEX triplet: 73, 97 and 6E. RGB value is (115,151,110). Sum of RGB (Red+Green+Blue) = 115+151+110=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #73976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73976E is #8C6891. Grayscale: #878787. Windows color (decimal): -9201810 or 7247731. OLE color: 7247731.

HSL color Cylindrical-coordinate representation of color #73976E: hue angle of 112.68º 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 #73976E is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB115151110-
CMYK0.2400.270.41
HSL112.68º16.47%51.18%-
HSV(B)112.68º27.15%59.22%-
XYZ20.9526.918.84-
YUV135.56113.57113.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=30.59%
G=40.16%
B=29.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151511100.2400.270.41112.6816.4751.18
Hex73976E1801B29711033
Octal16322715630033511612063
Binary111001110010111110111011000011011101001111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73976E; }

 p { color: rgb(115,151,110); }

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

<style>
 a { background-color: #73976E; }

 a { background-color: rgb(115,151,110); }

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

<style>
 span { border-color: #73976E; }

 span { border-color: rgb(115,151,110); }

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