#797028

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

Shades of Pesto #797028

Tints of Pesto #797028

Color information

#797028 (or 0x797028) is unknown color: approx Pesto. HEX triplet: 79, 70 and 28. RGB value is (121,112,40). Sum of RGB (Red+Green+Blue) = 121+112+40=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #797028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797028 is #868FD7. Grayscale: #6A6A6A. Windows color (decimal): -8818648 or 2650233. OLE color: 2650233.

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

Color convert

RGB12111240-
CMYK00.070.670.53
HSL53.33º50.31%31.57%-
HSV(B)53.33º66.94%47.45%-
XYZ14.0615.814.32-
YUV106.4890.48138.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=44.32%
G=41.03%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211124000.070.670.5353.3350.3131.57
Hex797028074335353220
Octal171160500710365656240
Binary1111001111000010100001111000011110101110101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797028; }

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

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

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

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

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

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

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

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