#868327

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

Shades of Trendy Green #868327

Tints of Trendy Green #868327

Color information

#868327 (or 0x868327) is unknown color: approx Trendy Green. HEX triplet: 86, 83 and 27. RGB value is (134,131,39). Sum of RGB (Red+Green+Blue) = 134+131+39=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #868327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868327 is #797CD8. Grayscale: #797979. Windows color (decimal): -7961817 or 2589574. OLE color: 2589574.

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

Color convert

RGB13413139-
CMYK00.020.710.47
HSL58.11º54.91%33.92%-
HSV(B)58.11º70.9%52.55%-
XYZ18.3121.455.09-
YUV121.4181.49136.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=44.08%
G=43.09%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341313900.020.710.4758.1154.9133.92
Hex86832702472F3a3722
Octal206203470210757726742
Binary10000110100000111001110101000111101111111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868327; }

 p { color: rgb(134,131,39); }

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

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

 a { background-color: rgb(134,131,39); }

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

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

 span { border-color: rgb(134,131,39); }

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