#56915A

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

Shades of Hippie Green #56915A

Tints of Hippie Green #56915A

Color information

#56915A (or 0x56915A) is unknown color: approx Hippie Green. HEX triplet: 56, 91 and 5A. RGB value is (86,145,90). Sum of RGB (Red+Green+Blue) = 86+145+90=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #56915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56915A is #A96EA5. Grayscale: #797979. Windows color (decimal): -11103910 or 5935446. OLE color: 5935446.

HSL color Cylindrical-coordinate representation of color #56915A: hue angle of 124.07º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56915A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB8614590-
CMYK0.4100.380.43
HSL124.07º25.54%45.29%-
HSV(B)124.07º40.69%56.86%-
XYZ15.8122.9713.27-
YUV121.09110.45102.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=26.79%
G=45.17%
B=28.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86145900.4100.380.43124.0725.5445.29
Hex56915A290262B7c1a2d
Octal12622113251046531743255
Binary10101101001000110110101010010100110101011111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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