#799971

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

Shades of Amulet #799971

Tints of Amulet #799971

Color information

#799971 (or 0x799971) is unknown color: approx Amulet. HEX triplet: 79, 99 and 71. RGB value is (121,153,113). Sum of RGB (Red+Green+Blue) = 121+153+113=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #799971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799971 is #86668E. Grayscale: #8B8B8B. Windows color (decimal): -8808079 or 7444857. OLE color: 7444857.

HSL color Cylindrical-coordinate representation of color #799971: hue angle of 108º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799971 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB121153113-
CMYK0.2100.260.4
HSL108º16.39%52.16%-
HSV(B)108º26.14%60%-
XYZ22.2628.0419.86-
YUV138.87113.4115.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=31.27%
G=39.53%
B=29.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531130.2100.260.410816.3952.16
Hex7999711501A286c1034
Octal17123116125032501542064
Binary111100110011001111000110101011010101000110110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799971; }

 p { color: rgb(121,153,113); }

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

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

 a { background-color: rgb(121,153,113); }

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

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

 span { border-color: rgb(121,153,113); }

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