#817A26

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

Shades of Pesto #817A26

Tints of Pesto #817A26

Color information

#817A26 (or 0x817A26) is unknown color: approx Pesto. HEX triplet: 81, 7A and 26. RGB value is (129,122,38). Sum of RGB (Red+Green+Blue) = 129+122+38=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #817A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A26 is #7E85D9. Grayscale: #727272. Windows color (decimal): -8291802 or 2521729. OLE color: 2521729.

HSL color Cylindrical-coordinate representation of color #817A26: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #817A26 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB12912238-
CMYK00.050.710.49
HSL55.38º54.49%32.75%-
HSV(B)55.38º70.54%50.59%-
XYZ16.3618.734.59-
YUV114.5284.82138.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=44.64%
G=42.21%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291223800.050.710.4955.3854.4932.75
Hex817A26054731373621
Octal201172460510761676641
Binary10000001111101010011001011000111110001110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A26; }

 p { color: rgb(129,122,38); }

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

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

 a { background-color: rgb(129,122,38); }

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

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

 span { border-color: rgb(129,122,38); }

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