#5B9B62

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

Shades of Fruit Salad #5B9B62

Tints of Fruit Salad #5B9B62

Color information

#5B9B62 (or 0x5B9B62) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9B and 62. RGB value is (91,155,98). Sum of RGB (Red+Green+Blue) = 91+155+98=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B62 is #A4649D. Grayscale: #818181. Windows color (decimal): -10773662 or 6462299. OLE color: 6462299.

HSL color Cylindrical-coordinate representation of color #5B9B62: hue angle of 126.56º 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 #5B9B62 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB9115598-
CMYK0.4100.370.39
HSL126.56º26.02%48.24%-
HSV(B)126.56º41.29%60.78%-
XYZ18.2426.5515.72-
YUV129.37110.3100.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=26.45%
G=45.06%
B=28.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91155980.4100.370.39126.5626.0248.24
Hex5B9B6229025277f1a30
Octal13323314251045471773260
Binary10110111001101111000101010010100101100111111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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