#796C21

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

Shades of Pesto #796C21

Tints of Pesto #796C21

Color information

#796C21 (or 0x796C21) is unknown color: approx Pesto. HEX triplet: 79, 6C and 21. RGB value is (121,108,33). Sum of RGB (Red+Green+Blue) = 121+108+33=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #796C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C21 is #8693DE. Grayscale: #676767. Windows color (decimal): -8819679 or 2190457. OLE color: 2190457.

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

Color convert

RGB12110833-
CMYK00.110.730.53
HSL51.14º57.14%30.2%-
HSV(B)51.14º72.73%47.45%-
XYZ13.5214.93.6-
YUV103.3488.31140.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=46.18%
G=41.22%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211083300.110.730.5351.1457.1430.2
Hex796C210B493533391e
Octal1711544101311165637136
Binary1111001110110010000101011100100111010111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,33); }

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

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

 a { background-color: rgb(121,108,33); }

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

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

 span { border-color: rgb(121,108,33); }

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