#868531

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

Shades of Trendy Green #868531

Tints of Trendy Green #868531

Color information

#868531 (or 0x868531) is unknown color: approx Trendy Green. HEX triplet: 86, 85 and 31. RGB value is (134,133,49). Sum of RGB (Red+Green+Blue) = 134+133+49=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #868531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868531 is #797ACE. Grayscale: #7C7C7C. Windows color (decimal): -7961295 or 3245446. OLE color: 3245446.

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

Color convert

RGB13413349-
CMYK00.010.630.47
HSL59.29º46.45%35.88%-
HSV(B)59.29º63.43%52.55%-
XYZ18.7722.076.18-
YUV123.7285.83135.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=42.41%
G=42.09%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341334900.010.630.4759.2946.4535.88
Hex868531013F2F3b2e24
Octal20620561017757735644
Binary100001101000010111000101111111101111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868531; }

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

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

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

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

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

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

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

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