#5B9B60

Color #5B9B60 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5B9B60

Tints of Fruit Salad #5B9B60

Color information

#5B9B60 (or 0x5B9B60) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9B and 60. RGB value is (91,155,96). Sum of RGB (Red+Green+Blue) = 91+155+96=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B60 is #A4649F. Grayscale: #818181. Windows color (decimal): -10773664 or 6331227. OLE color: 6331227.

HSL color Cylindrical-coordinate representation of color #5B9B60: hue angle of 124.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B60 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB9115596-
CMYK0.4100.380.39
HSL124.69º26.02%48.24%-
HSV(B)124.69º41.29%60.78%-
XYZ18.1526.5115.23-
YUV129.14109.3100.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=26.61%
G=45.32%
B=28.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91155960.4100.380.39124.6926.0248.24
Hex5B9B6029026277d1a30
Octal13323314051046471753260
Binary10110111001101111000001010010100110100111111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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