#797019

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

Shades of Pesto #797019

Tints of Pesto #797019

Color information

#797019 (or 0x797019) is unknown color: approx Pesto. HEX triplet: 79, 70 and 19. RGB value is (121,112,25). Sum of RGB (Red+Green+Blue) = 121+112+25=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #797019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797019 is #868FE6. Grayscale: #696969. Windows color (decimal): -8818663 or 1667193. OLE color: 1667193.

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

Color convert

RGB12111225-
CMYK00.070.790.53
HSL54.38º65.75%28.63%-
HSV(B)54.38º79.34%47.45%-
XYZ13.8515.723.22-
YUV104.7782.98139.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=46.90%
G=43.41%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211122500.070.790.5354.3865.7528.63
Hex797019074F3536421d
Octal1711603107117656610235
Binary111100111100001100101111001111110101110110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797019; }

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

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

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

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

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

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

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

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