#797125

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

Shades of Pesto #797125

Tints of Pesto #797125

Color information

#797125 (or 0x797125) is unknown color: approx Pesto. HEX triplet: 79, 71 and 25. RGB value is (121,113,37). Sum of RGB (Red+Green+Blue) = 121+113+37=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #797125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797125 is #868EDA. Grayscale: #6B6B6B. Windows color (decimal): -8818395 or 2453881. OLE color: 2453881.

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

Color convert

RGB12111337-
CMYK00.070.690.53
HSL54.29º53.16%30.98%-
HSV(B)54.29º69.42%47.45%-
XYZ14.1216.014.1-
YUV106.7388.65138.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=44.65%
G=41.70%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211133700.070.690.5354.2953.1630.98
Hex79712507453536351f
Octal171161450710565666537
Binary111100111100011001010111100010111010111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797125; }

 p { color: rgb(121,113,37); }

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

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

 a { background-color: rgb(121,113,37); }

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

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

 span { border-color: rgb(121,113,37); }

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