#817B2F

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

Shades of Pesto #817B2F

Tints of Pesto #817B2F

Color information

#817B2F (or 0x817B2F) is unknown color: approx Pesto. HEX triplet: 81, 7B and 2F. RGB value is (129,123,47). Sum of RGB (Red+Green+Blue) = 129+123+47=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #817B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B2F is #7E84D0. Grayscale: #747474. Windows color (decimal): -8291537 or 3111809. OLE color: 3111809.

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

Color convert

RGB12912347-
CMYK00.050.640.49
HSL55.61º46.59%34.51%-
HSV(B)55.61º63.57%50.59%-
XYZ16.6519.045.49-
YUV116.1388.99137.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=43.14%
G=41.14%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291234700.050.640.4955.6146.5934.51
Hex817B2F054031382f23
Octal201173570510061705743
Binary10000001111101110111101011000000110001111000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,123,47); }

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

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

 a { background-color: rgb(129,123,47); }

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

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

 span { border-color: rgb(129,123,47); }

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