#867E1E

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

Shades of Trendy Green #867E1E

Tints of Trendy Green #867E1E

Color information

#867E1E (or 0x867E1E) is unknown color: approx Trendy Green. HEX triplet: 86, 7E and 1E. RGB value is (134,126,30). Sum of RGB (Red+Green+Blue) = 134+126+30=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #867E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E1E is #7981E1. Grayscale: #757575. Windows color (decimal): -7963106 or 1998470. OLE color: 1998470.

HSL color Cylindrical-coordinate representation of color #867E1E: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #867E1E is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13412630-
CMYK00.060.780.47
HSL55.38º63.41%32.16%-
HSV(B)55.38º77.61%52.55%-
XYZ17.5320.084.18-
YUV117.4578.65139.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=46.21%
G=43.45%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341263000.060.780.4755.3863.4132.16
Hex867E1E064E2F373f20
Octal206176360611657677740
Binary1000011011111101111001101001110101111110111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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