Html Css Color HEX #5B9B61 Fruit Salad

📋 copy color: '#5B9B61'

red 91 ◦ green 155 ◦ blue 97

#5B9B61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5B9B61

Tints of Fruit Salad #5B9B61

RGB

 RED value IS 91 (35.94% from 255) = 26.53%

 GREEN value IS 155 (60.94% from 255) = 45.19%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 26.53%
G = 45.19%
B = 28.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#5B9B61 (or 0x5B9B61) is known color: Fruit Salad. HEX triplet: 5B, 9B and 61. RGB value is (91,155,97). Sum of RGB (Red+Green+Blue) = 91+155+97=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B61 is #A4649E. Grayscale: #818181. Windows color (decimal): -10773663 or 6396763. OLE color: 6396763.

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

Color convert

RGB 91 155 97 -
CMYK 0.41 0 0.37 0.39
HSL 125.63º 0.26% 0.48% -
HSV(B) 125.63º 0.41% 0.61% -
XYZ 18.19 26.53 15.47 -
YUV 129.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 91 155 97 0.41 0 0.37 0.39 125.63 0.26 0.48
Hex 5B 9B 61 29 0 25 27 7E 1A 30
Octal 133 233 141 51 0 45 47 176 32 60
Binary 1011011 10011011 1100001 101001 0 100101 100111 1111110 11010 110000

Color Harmonies of #5B9B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9B61

Black with #5B9B61

Text Example


Text Example

White with #5B9B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B9B61;
 }
 .AnyTagClassName
 {
   color: #5B9B61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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