#5B855E

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

Shades of Hippie Green #5B855E

Tints of Hippie Green #5B855E

Color information

#5B855E (or 0x5B855E) is unknown color: approx Hippie Green. HEX triplet: 5B, 85 and 5E. RGB value is (91,133,94). Sum of RGB (Red+Green+Blue) = 91+133+94=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #5B855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B855E is #A47AA1. Grayscale: #747474. Windows color (decimal): -10779298 or 6194523. OLE color: 6194523.

HSL color Cylindrical-coordinate representation of color #5B855E: hue angle of 124.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B855E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB9113394-
CMYK0.3200.290.48
HSL124.29º18.75%43.92%-
HSV(B)124.29º31.58%52.16%-
XYZ14.7219.8113.64-
YUV116115.59110.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=28.62%
G=41.82%
B=29.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91133940.3200.290.48124.2918.7543.92
Hex5B855E2001D307c132c
Octal13320513640035601742354
Binary1011011100001011011110100000011101110000111110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,133,94); }

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

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

 a { background-color: rgb(91,133,94); }

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

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

 span { border-color: rgb(91,133,94); }

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