#867F28

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

Shades of Trendy Green #867F28

Tints of Trendy Green #867F28

Color information

#867F28 (or 0x867F28) is unknown color: approx Trendy Green. HEX triplet: 86, 7F and 28. RGB value is (134,127,40). Sum of RGB (Red+Green+Blue) = 134+127+40=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #867F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F28 is #7980D7. Grayscale: #777777. Windows color (decimal): -7962840 or 2654086. OLE color: 2654086.

HSL color Cylindrical-coordinate representation of color #867F28: hue angle of 55.53º 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 #867F28 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13412740-
CMYK00.050.700.47
HSL55.53º54.02%34.12%-
HSV(B)55.53º70.15%52.55%-
XYZ17.820.45.01-
YUV119.1783.32138.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=44.52%
G=42.19%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341274000.050.700.4755.5354.0234.12
Hex867F2805462F383622
Octal206177500510657706642
Binary10000110111111110100001011000110101111111000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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