#5B785C

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

Shades of Hippie Green #5B785C

Tints of Hippie Green #5B785C

Color information

#5B785C (or 0x5B785C) is unknown color: approx Hippie Green. HEX triplet: 5B, 78 and 5C. RGB value is (91,120,92). Sum of RGB (Red+Green+Blue) = 91+120+92=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #5B785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B785C is #A487A3. Grayscale: #6C6C6C. Windows color (decimal): -10782628 or 6060123. OLE color: 6060123.

HSL color Cylindrical-coordinate representation of color #5B785C: hue angle of 122.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B785C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB9112092-
CMYK0.2400.230.53
HSL122.07º13.74%41.37%-
HSV(B)122.07º24.17%47.06%-
XYZ12.9616.4312.61-
YUV108.14118.89115.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=30.03%
G=39.60%
B=30.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120920.2400.230.53122.0713.7441.37
Hex5B785C18017357ae29
Octal13317013430027651721651
Binary1011011111100010111001100001011111010111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B785C; }

 p { color: rgb(91,120,92); }

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

<style>
 a { background-color: #5B785C; }

 a { background-color: rgb(91,120,92); }

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

<style>
 span { border-color: #5B785C; }

 span { border-color: rgb(91,120,92); }

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