#799F74

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

Shades of Amulet #799F74

Tints of Amulet #799F74

Color information

#799F74 (or 0x799F74) is unknown color: approx Amulet. HEX triplet: 79, 9F and 74. RGB value is (121,159,116). Sum of RGB (Red+Green+Blue) = 121+159+116=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #799F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F74 is #86608B. Grayscale: #8E8E8E. Windows color (decimal): -8806540 or 7643001. OLE color: 7643001.

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

Color convert

RGB121159116-
CMYK0.2400.270.38
HSL113.02º18.3%53.92%-
HSV(B)113.02º27.04%62.35%-
XYZ23.4430.1221.1-
YUV142.74112.91112.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=30.56%
G=40.15%
B=29.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211591160.2400.270.38113.0218.353.92
Hex799F741801B26711236
Octal17123716430033461612266
Binary111100110011111111010011000011011100110111000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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