#817D40

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

Shades of Highball #817D40

Tints of Highball #817D40

Color information

#817D40 (or 0x817D40) is unknown color: approx Highball. HEX triplet: 81, 7D and 40. RGB value is (129,125,64). Sum of RGB (Red+Green+Blue) = 129+125+64=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #817D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D40 is #7E82BF. Grayscale: #777777. Windows color (decimal): -8291008 or 4226433. OLE color: 4226433.

HSL color Cylindrical-coordinate representation of color #817D40: hue angle of 56.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817D40 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12912564-
CMYK00.030.500.49
HSL56.31º33.68%37.84%-
HSV(B)56.31º50.39%50.59%-
XYZ17.3119.77.74-
YUV119.2496.83134.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 125 (49.22% from 255) = 39.31%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=40.57%
G=39.31%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291256400.030.500.4956.3133.6837.84
Hex817D40033231382226
Octal201175100036261704246
Binary1000000111111011000000011110010110001111000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,64); }

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

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

 a { background-color: rgb(129,125,64); }

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

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

 span { border-color: rgb(129,125,64); }

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