#797024

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

Shades of Pesto #797024

Tints of Pesto #797024

Color information

#797024 (or 0x797024) is unknown color: approx Pesto. HEX triplet: 79, 70 and 24. RGB value is (121,112,36). Sum of RGB (Red+Green+Blue) = 121+112+36=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #797024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797024 is #868FDB. Grayscale: #6A6A6A. Windows color (decimal): -8818652 or 2388089. OLE color: 2388089.

HSL color Cylindrical-coordinate representation of color #797024: hue angle of 53.65º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #797024 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB12111236-
CMYK00.070.700.53
HSL53.65º54.14%30.78%-
HSV(B)53.65º70.25%47.45%-
XYZ1415.783.98-
YUV106.0388.48138.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=44.98%
G=41.64%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211123600.070.700.5353.6554.1430.78
Hex79702407463536361f
Octal171160440710665666637
Binary111100111100001001000111100011011010111011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797024; }

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

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

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

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

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

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

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

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