#796D1E

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

Shades of Pesto #796D1E

Tints of Pesto #796D1E

Color information

#796D1E (or 0x796D1E) is unknown color: approx Pesto. HEX triplet: 79, 6D and 1E. RGB value is (121,109,30). Sum of RGB (Red+Green+Blue) = 121+109+30=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #796D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D1E is #8692E1. Grayscale: #676767. Windows color (decimal): -8819426 or 1994105. OLE color: 1994105.

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

Color convert

RGB12110930-
CMYK00.100.750.53
HSL52.09º60.26%29.61%-
HSV(B)52.09º75.21%47.45%-
XYZ13.5915.13.43-
YUV103.5886.48140.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=46.54%
G=41.92%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211093000.100.750.5352.0960.2629.61
Hex796D1E0A4B35343c1e
Octal1711553601211365647436
Binary111100111011011111001010100101111010111010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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