#56865C

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

Shades of Hippie Green #56865C

Tints of Hippie Green #56865C

Color information

#56865C (or 0x56865C) is unknown color: approx Hippie Green. HEX triplet: 56, 86 and 5C. RGB value is (86,134,92). Sum of RGB (Red+Green+Blue) = 86+134+92=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #56865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865C is #A979A3. Grayscale: #727272. Windows color (decimal): -11106724 or 6063702. OLE color: 6063702.

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

Color convert

RGB8613492-
CMYK0.3600.310.47
HSL127.5º21.82%43.14%-
HSV(B)127.5º35.82%52.55%-
XYZ14.2919.813.19-
YUV114.86115.1107.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=27.56%
G=42.95%
B=29.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134920.3600.310.47127.521.8243.14
Hex56865C2401F2F7f162b
Octal12620613444037571772653
Binary1010110100001101011100100100011111101111111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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