#797025

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

Shades of Pesto #797025

Tints of Pesto #797025

Color information

#797025 (or 0x797025) is unknown color: approx Pesto. HEX triplet: 79, 70 and 25. RGB value is (121,112,37). Sum of RGB (Red+Green+Blue) = 121+112+37=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #797025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797025 is #868FDA. Grayscale: #6A6A6A. Windows color (decimal): -8818651 or 2453625. OLE color: 2453625.

HSL color Cylindrical-coordinate representation of color #797025: hue angle of 53.57º 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 #797025 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12111237-
CMYK00.070.690.53
HSL53.57º53.16%30.98%-
HSV(B)53.57º69.42%47.45%-
XYZ14.0115.794.06-
YUV106.1488.98138.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=44.81%
G=41.48%
B=13.70%

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
Decimal1211123700.070.690.5353.5753.1630.98
Hex79702507453536351f
Octal171160450710565666537
Binary111100111100001001010111100010111010111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797025; }

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

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

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

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

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

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

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

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