#797029

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

Shades of Pesto #797029

Tints of Pesto #797029

Color information

#797029 (or 0x797029) is unknown color: approx Pesto. HEX triplet: 79, 70 and 29. RGB value is (121,112,41). Sum of RGB (Red+Green+Blue) = 121+112+41=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #797029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797029 is #868FD6. Grayscale: #6A6A6A. Windows color (decimal): -8818647 or 2715769. OLE color: 2715769.

HSL color Cylindrical-coordinate representation of color #797029: hue angle of 53.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #797029 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB12111241-
CMYK00.070.660.53
HSL53.25º49.38%31.76%-
HSV(B)53.25º66.12%47.45%-
XYZ14.0815.814.41-
YUV106.690.98138.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=44.16%
G=40.88%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211124100.070.660.5353.2549.3831.76
Hex797029074235353120
Octal171160510710265656140
Binary1111001111000010100101111000010110101110101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797029; }

 p { color: rgb(121,112,41); }

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

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

 a { background-color: rgb(121,112,41); }

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

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

 span { border-color: rgb(121,112,41); }

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