#867d1f

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

Shades of Trendy Green #867D1F

Tints of Trendy Green #867D1F

Color information

#867D1F (or 0x867D1F) is unknown color: approx Trendy Green. HEX triplet: 86, 7D and 1F. RGB value is (134,125,31). Sum of RGB (Red+Green+Blue) = 134+125+31=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #867D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D1F is #7982E0. Grayscale: #757575. Windows color (decimal): -7963361 or 2063750. OLE color: 2063750.

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

Color convert

RGB13412531-
CMYK00.070.770.47
HSL54.76º62.42%32.35%-
HSV(B)54.76º76.87%52.55%-
XYZ17.4119.834.21-
YUV116.9879.48140.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=46.21%
G=43.10%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341253100.070.770.4754.7662.4232.35
Hex867D1F074D2F373e20
Octal206175370711557677640
Binary1000011011111011111101111001101101111110111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,31); }

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

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

 a { background-color: rgb(134,125,31); }

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

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

 span { border-color: rgb(134,125,31); }

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