#56864E

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

Shades of Hippie Green #56864E

Tints of Hippie Green #56864E

Color information

#56864E (or 0x56864E) is unknown color: approx Hippie Green. HEX triplet: 56, 86 and 4E. RGB value is (86,134,78). Sum of RGB (Red+Green+Blue) = 86+134+78=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #56864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56864E is #A979B1. Grayscale: #717171. Windows color (decimal): -11106738 or 5146198. OLE color: 5146198.

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

Color convert

RGB8613478-
CMYK0.3600.420.47
HSL111.43º26.42%41.57%-
HSV(B)111.43º41.79%52.55%-
XYZ13.7419.5810.26-
YUV113.26108.1108.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=28.86%
G=44.97%
B=26.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134780.3600.420.47111.4326.4241.57
Hex56864E2402A2F6f1a2a
Octal12620611644052571573252
Binary10101101000011010011101001000101010101111110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56864E; }

 p { color: rgb(86,134,78); }

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

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

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

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

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

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

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