#868126

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

Shades of Trendy Green #868126

Tints of Trendy Green #868126

Color information

#868126 (or 0x868126) is unknown color: approx Trendy Green. HEX triplet: 86, 81 and 26. RGB value is (134,129,38). Sum of RGB (Red+Green+Blue) = 134+129+38=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #868126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868126 is #797ED9. Grayscale: #787878. Windows color (decimal): -7962330 or 2523526. OLE color: 2523526.

HSL color Cylindrical-coordinate representation of color #868126: hue angle of 56.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #868126 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13412938-
CMYK00.040.720.47
HSL56.88º55.81%33.73%-
HSV(B)56.88º71.64%52.55%-
XYZ18.0320.914.92-
YUV120.1281.66137.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=44.52%
G=42.86%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341293800.040.720.4756.8855.8133.73
Hex86812604482F393822
Octal206201460411057717042
Binary100001101000000110011001001001000101111111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868126; }

 p { color: rgb(134,129,38); }

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

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

 a { background-color: rgb(134,129,38); }

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

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

 span { border-color: rgb(134,129,38); }

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