#799373

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

Shades of Amulet #799373

Tints of Amulet #799373

Color information

#799373 (or 0x799373) is unknown color: approx Amulet. HEX triplet: 79, 93 and 73. RGB value is (121,147,115). Sum of RGB (Red+Green+Blue) = 121+147+115=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #799373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799373 is #866C8C. Grayscale: #878787. Windows color (decimal): -8809613 or 7574393. OLE color: 7574393.

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

Color convert

RGB121147115-
CMYK0.1800.220.42
HSL108.75º12.9%51.37%-
HSV(B)108.75º21.77%57.65%-
XYZ21.4126.1720.14-
YUV135.58116.39117.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=31.59%
G=38.38%
B=30.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471150.1800.220.42108.7512.951.37
Hex799373120162A6dd33
Octal17122316322026521551563
Binary11110011001001111100111001001011010101011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799373; }

 p { color: rgb(121,147,115); }

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

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

 a { background-color: rgb(121,147,115); }

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

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

 span { border-color: rgb(121,147,115); }

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