#73946E

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

Shades of Amulet #73946E

Tints of Amulet #73946E

Color information

#73946E (or 0x73946E) is unknown color: approx Amulet. HEX triplet: 73, 94 and 6E. RGB value is (115,148,110). Sum of RGB (Red+Green+Blue) = 115+148+110=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #73946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73946E is #8C6B91. Grayscale: #858585. Windows color (decimal): -9202578 or 7246963. OLE color: 7246963.

HSL color Cylindrical-coordinate representation of color #73946E: hue angle of 112.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73946E is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB115148110-
CMYK0.2200.260.42
HSL112.11º15.08%50.59%-
HSV(B)112.11º25.68%58.04%-
XYZ20.4725.9518.68-
YUV133.8114.57114.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=30.83%
G=39.68%
B=29.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481100.2200.260.42112.1115.0850.59
Hex73946E1601A2A70f33
Octal16322415626032521601763
Binary11100111001010011011101011001101010101011100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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