#868631

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

Shades of Trendy Green #868631

Tints of Trendy Green #868631

Color information

#868631 (or 0x868631) is unknown color: approx Trendy Green. HEX triplet: 86, 86 and 31. RGB value is (134,134,49). Sum of RGB (Red+Green+Blue) = 134+134+49=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868631 is #7979CE. Grayscale: #7C7C7C. Windows color (decimal): -7961039 or 3245702. OLE color: 3245702.

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

Color convert

RGB13413449-
CMYK000.630.47
HSL60º46.45%35.88%-
HSV(B)60º63.43%52.55%-
XYZ18.9122.346.22-
YUV124.3185.5134.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=42.27%
G=42.27%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413449000.630.476046.4535.88
Hex868631003F2F3c2e24
Octal20620661007757745644
Binary100001101000011011000100111111101111111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868631; }

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

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

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

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

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

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

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

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