#799D6D

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

Shades of Amulet #799D6D

Tints of Amulet #799D6D

Color information

#799D6D (or 0x799D6D) is unknown color: approx Amulet. HEX triplet: 79, 9D and 6D. RGB value is (121,157,109). Sum of RGB (Red+Green+Blue) = 121+157+109=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #799D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D6D is #866292. Grayscale: #8C8C8C. Windows color (decimal): -8807059 or 7183737. OLE color: 7183737.

HSL color Cylindrical-coordinate representation of color #799D6D: hue angle of 105º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799D6D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB121157109-
CMYK0.2300.310.38
HSL105º19.67%52.16%-
HSV(B)105º30.57%61.57%-
XYZ22.729.2818.92-
YUV140.76110.07113.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=31.27%
G=40.57%
B=28.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211571090.2300.310.3810519.6752.16
Hex799D6D1701F26691434
Octal17123515527037461512464
Binary111100110011101110110110111011111100110110100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,109); }

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

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

 a { background-color: rgb(121,157,109); }

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

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

 span { border-color: rgb(121,157,109); }

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