#7A7016

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

Shades of Pesto #7A7016

Tints of Pesto #7A7016

Color information

#7A7016 (or 0x7A7016) is unknown color: approx Pesto. HEX triplet: 7A, 70 and 16. RGB value is (122,112,22). Sum of RGB (Red+Green+Blue) = 122+112+22=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7016 is #858FE9. Grayscale: #696969. Windows color (decimal): -8753130 or 1470586. OLE color: 1470586.

HSL color Cylindrical-coordinate representation of color #7A7016: hue angle of 54º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A7016 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB12211222-
CMYK00.080.820.52
HSL54º69.44%28.24%-
HSV(B)54º81.97%47.84%-
XYZ13.9715.783.07-
YUV104.7381.31140.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=47.66%
G=43.75%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221122200.080.820.525469.4428.24
Hex7A701608523436451c
Octal17216026010122646610534
Binary1111010111000010110010001010010110100110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7016; }

 p { color: rgb(122,112,22); }

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

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

 a { background-color: rgb(122,112,22); }

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

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

 span { border-color: rgb(122,112,22); }

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