#799F71

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

Shades of Amulet #799F71

Tints of Amulet #799F71

Color information

#799F71 (or 0x799F71) is unknown color: approx Amulet. HEX triplet: 79, 9F and 71. RGB value is (121,159,113). Sum of RGB (Red+Green+Blue) = 121+159+113=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #799F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F71 is #86608E. Grayscale: #8E8E8E. Windows color (decimal): -8806543 or 7446393. OLE color: 7446393.

HSL color Cylindrical-coordinate representation of color #799F71: hue angle of 109.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799F71 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB121159113-
CMYK0.2400.290.38
HSL109.57º19.33%53.33%-
HSV(B)109.57º28.93%62.35%-
XYZ23.2630.0520.2-
YUV142.39111.41112.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=30.79%
G=40.46%
B=28.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211591130.2400.290.38109.5719.3353.33
Hex799F711801D266e1335
Octal17123716130035461562365
Binary111100110011111111000111000011101100110110111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799F71; }

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

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

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

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

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

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

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

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