#868529

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

Shades of Trendy Green #868529

Tints of Trendy Green #868529

Color information

#868529 (or 0x868529) is unknown color: approx Trendy Green. HEX triplet: 86, 85 and 29. RGB value is (134,133,41). Sum of RGB (Red+Green+Blue) = 134+133+41=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #868529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868529 is #797AD6. Grayscale: #7B7B7B. Windows color (decimal): -7961303 or 2721158. OLE color: 2721158.

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

Color convert

RGB13413341-
CMYK00.010.690.47
HSL59.35º53.14%34.31%-
HSV(B)59.35º69.4%52.55%-
XYZ18.62225.36-
YUV122.8181.83135.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=43.51%
G=43.18%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341334100.010.690.4759.3553.1434.31
Hex86852901452F3b3522
Octal206205510110557736542
Binary1000011010000101101001011000101101111111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868529; }

 p { color: rgb(134,133,41); }

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

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

 a { background-color: rgb(134,133,41); }

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

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

 span { border-color: rgb(134,133,41); }

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