#5B8660

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

Shades of Hippie Green #5B8660

Tints of Hippie Green #5B8660

Color information

#5B8660 (or 0x5B8660) is unknown color: approx Hippie Green. HEX triplet: 5B, 86 and 60. RGB value is (91,134,96). Sum of RGB (Red+Green+Blue) = 91+134+96=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8660 is #A4799F. Grayscale: #747474. Windows color (decimal): -10779040 or 6325851. OLE color: 6325851.

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

Color convert

RGB9113496-
CMYK0.3200.280.47
HSL126.98º19.11%44.12%-
HSV(B)126.98º32.09%52.55%-
XYZ14.9520.1214.16-
YUV116.81116.25109.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=28.35%
G=41.74%
B=29.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91134960.3200.280.47126.9819.1144.12
Hex5B86602001C2F7f132c
Octal13320614040034571772354
Binary1011011100001101100000100000011100101111111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,96); }

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

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

 a { background-color: rgb(91,134,96); }

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

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

 span { border-color: rgb(91,134,96); }

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