#56865A

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

Shades of Hippie Green #56865A

Tints of Hippie Green #56865A

Color information

#56865A (or 0x56865A) is unknown color: approx Hippie Green. HEX triplet: 56, 86 and 5A. RGB value is (86,134,90). Sum of RGB (Red+Green+Blue) = 86+134+90=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #56865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865A is #A979A5. Grayscale: #727272. Windows color (decimal): -11106726 or 5932630. OLE color: 5932630.

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

Color convert

RGB8613490-
CMYK0.3600.330.47
HSL125º21.82%43.14%-
HSV(B)125º35.82%52.55%-
XYZ14.2119.7712.74-
YUV114.63114.1107.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=27.74%
G=43.23%
B=29.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134900.3600.330.4712521.8243.14
Hex56865A240212F7d162b
Octal12620613244041571752653
Binary10101101000011010110101001000100001101111111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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