#56895B

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

Shades of Hippie Green #56895B

Tints of Hippie Green #56895B

Color information

#56895B (or 0x56895B) is unknown color: approx Hippie Green. HEX triplet: 56, 89 and 5B. RGB value is (86,137,91). Sum of RGB (Red+Green+Blue) = 86+137+91=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #56895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56895B is #A976A4. Grayscale: #747474. Windows color (decimal): -11105957 or 5998934. OLE color: 5998934.

HSL color Cylindrical-coordinate representation of color #56895B: hue angle of 125.88º 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 #56895B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8613791-
CMYK0.3700.340.46
HSL125.88º22.87%43.73%-
HSV(B)125.88º37.23%53.73%-
XYZ14.6720.6313.11-
YUV116.51113.6106.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=27.39%
G=43.63%
B=28.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86137910.3700.340.46125.8822.8743.73
Hex56895B250222E7e172c
Octal12621113345042561762754
Binary10101101000100110110111001010100010101110111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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