#56865B

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

Shades of Hippie Green #56865B

Tints of Hippie Green #56865B

Color information

#56865B (or 0x56865B) is unknown color: approx Hippie Green. HEX triplet: 56, 86 and 5B. RGB value is (86,134,91). Sum of RGB (Red+Green+Blue) = 86+134+91=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #56865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865B is #A979A4. Grayscale: #727272. Windows color (decimal): -11106725 or 5998166. OLE color: 5998166.

HSL color Cylindrical-coordinate representation of color #56865B: hue angle of 126.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56865B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8613491-
CMYK0.3600.320.47
HSL126.25º21.82%43.14%-
HSV(B)126.25º35.82%52.55%-
XYZ14.2519.7812.97-
YUV114.75114.6107.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=27.65%
G=43.09%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134910.3600.320.47126.2521.8243.14
Hex56865B240202F7e162b
Octal12620613344040571762653
Binary10101101000011010110111001000100000101111111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56865B; }

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

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

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

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

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

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

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

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