#796E20

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

Shades of Pesto #796E20

Tints of Pesto #796E20

Color information

#796E20 (or 0x796E20) is unknown color: approx Pesto. HEX triplet: 79, 6E and 20. RGB value is (121,110,32). Sum of RGB (Red+Green+Blue) = 121+110+32=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #796E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796E20 is #8691DF. Grayscale: #686868. Windows color (decimal): -8819168 or 2125433. OLE color: 2125433.

HSL color Cylindrical-coordinate representation of color #796E20: hue angle of 52.58º 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 #796E20 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12111032-
CMYK00.090.740.53
HSL52.58º58.17%30%-
HSV(B)52.58º73.55%47.45%-
XYZ13.7215.323.6-
YUV104.487.14139.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=46.01%
G=41.83%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211103200.090.740.5352.5858.1730
Hex796E20094A35353a1e
Octal1711564001111265657236
Binary1111001110111010000001001100101011010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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