#796C1E

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

Shades of Pesto #796C1E

Tints of Pesto #796C1E

Color information

#796C1E (or 0x796C1E) is unknown color: approx Pesto. HEX triplet: 79, 6C and 1E. RGB value is (121,108,30). Sum of RGB (Red+Green+Blue) = 121+108+30=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #796C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C1E is #8693E1. Grayscale: #676767. Windows color (decimal): -8819682 or 1993849. OLE color: 1993849.

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

Color convert

RGB12110830-
CMYK00.110.750.53
HSL51.43º60.26%29.61%-
HSV(B)51.43º75.21%47.45%-
XYZ13.4814.883.39-
YUV102.9986.81140.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=46.72%
G=41.70%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211083000.110.750.5351.4360.2629.61
Hex796C1E0B4B35333c1e
Octal1711543601311365637436
Binary111100111011001111001011100101111010111001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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