#56895E

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

Shades of Hippie Green #56895E

Tints of Hippie Green #56895E

Color information

#56895E (or 0x56895E) is unknown color: approx Hippie Green. HEX triplet: 56, 89 and 5E. RGB value is (86,137,94). Sum of RGB (Red+Green+Blue) = 86+137+94=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #56895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56895E is #A976A1. Grayscale: #747474. Windows color (decimal): -11105954 or 6195542. OLE color: 6195542.

HSL color Cylindrical-coordinate representation of color #56895E: hue angle of 129.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56895E is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB8613794-
CMYK0.3700.310.46
HSL129.41º22.87%43.73%-
HSV(B)129.41º37.23%53.73%-
XYZ14.820.6813.8-
YUV116.85115.1106-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=27.13%
G=43.22%
B=29.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86137940.3700.310.46129.4122.8743.73
Hex56895E2501F2E81172c
Octal12621113645037562012754
Binary10101101000100110111101001010111111011101000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,137,94); }

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

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

 a { background-color: rgb(86,137,94); }

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

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

 span { border-color: rgb(86,137,94); }

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