#56964B

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

Shades of Hippie Green #56964B

Tints of Hippie Green #56964B

Color information

#56964B (or 0x56964B) is unknown color: approx Hippie Green. HEX triplet: 56, 96 and 4B. RGB value is (86,150,75). Sum of RGB (Red+Green+Blue) = 86+150+75=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #56964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56964B is #A969B4. Grayscale: #7A7A7A. Windows color (decimal): -11102645 or 4953686. OLE color: 4953686.

HSL color Cylindrical-coordinate representation of color #56964B: hue angle of 111.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56964B is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8615075-
CMYK0.4300.50.41
HSL111.2º33.33%44.12%-
HSV(B)111.2º50%58.82%-
XYZ16.0124.310.5-
YUV122.31101.3102.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=27.65%
G=48.23%
B=24.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86150750.4300.50.41111.233.3344.12
Hex56964B2B032296f212c
Octal12622611353062511574154
Binary101011010010110100101110101101100101010011101111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,150,75); }

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

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

 a { background-color: rgb(86,150,75); }

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

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

 span { border-color: rgb(86,150,75); }

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