#796D20

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

Shades of Pesto #796D20

Tints of Pesto #796D20

Color information

#796D20 (or 0x796D20) is unknown color: approx Pesto. HEX triplet: 79, 6D and 20. RGB value is (121,109,32). Sum of RGB (Red+Green+Blue) = 121+109+32=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #796D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D20 is #8692DF. Grayscale: #686868. Windows color (decimal): -8819424 or 2125177. OLE color: 2125177.

HSL color Cylindrical-coordinate representation of color #796D20: hue angle of 51.91º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #796D20 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12110932-
CMYK00.100.740.53
HSL51.91º58.17%30%-
HSV(B)51.91º73.55%47.45%-
XYZ13.6115.113.56-
YUV103.8187.48140.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=46.18%
G=41.60%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211093200.100.740.5351.9158.1730
Hex796D200A4A35343a1e
Octal1711554001211265647236
Binary1111001110110110000001010100101011010111010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D20; }

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

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

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

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

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

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

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

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