#817E2A

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

Shades of Trendy Green #817E2A

Tints of Trendy Green #817E2A

Color information

#817E2A (or 0x817E2A) is unknown color: approx Trendy Green. HEX triplet: 81, 7E and 2A. RGB value is (129,126,42). Sum of RGB (Red+Green+Blue) = 129+126+42=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #817E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E2A is #7E81D5. Grayscale: #757575. Windows color (decimal): -8290774 or 2784897. OLE color: 2784897.

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

Color convert

RGB12912642-
CMYK00.020.670.49
HSL57.93º50.88%33.53%-
HSV(B)57.93º67.44%50.59%-
XYZ16.9319.765.11-
YUV117.3285.49136.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=43.43%
G=42.42%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291264200.020.670.4957.9350.8833.53
Hex817E2A0243313a3322
Octal201176520210361726342
Binary1000000111111101010100101000011110001111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,126,42); }

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

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

 a { background-color: rgb(129,126,42); }

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

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

 span { border-color: rgb(129,126,42); }

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