#867E28

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

Shades of Trendy Green #867E28

Tints of Trendy Green #867E28

Color information

#867E28 (or 0x867E28) is unknown color: approx Trendy Green. HEX triplet: 86, 7E and 28. RGB value is (134,126,40). Sum of RGB (Red+Green+Blue) = 134+126+40=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #867E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E28 is #7981D7. Grayscale: #767676. Windows color (decimal): -7963096 or 2653830. OLE color: 2653830.

HSL color Cylindrical-coordinate representation of color #867E28: hue angle of 54.89º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #867E28 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13412640-
CMYK00.060.700.47
HSL54.89º54.02%34.12%-
HSV(B)54.89º70.15%52.55%-
XYZ17.6820.144.96-
YUV118.5983.65138.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=44.67%
G=42%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341264000.060.700.4754.8954.0234.12
Hex867E2806462F373622
Octal206176500610657676642
Binary10000110111111010100001101000110101111110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E28; }

 p { color: rgb(134,126,40); }

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

<style>
 a { background-color: #867E28; }

 a { background-color: rgb(134,126,40); }

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

<style>
 span { border-color: #867E28; }

 span { border-color: rgb(134,126,40); }

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