Html Css Color HEX #56965B Fruit Salad

📋 copy color: '#56965B'

red 86 ◦ green 150 ◦ blue 91

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

Shades of Fruit Salad #56965B

Tints of Fruit Salad #56965B

RGB

 RED value IS 86 (33.98% from 255) = 26.3%

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 26.3%
G = 45.87%
B = 27.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#56965B (or 0x56965B) is known color: Fruit Salad. HEX triplet: 56, 96 and 5B. RGB value is (86,150,91). Sum of RGB (Red+Green+Blue) = 86+150+91=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #56965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56965B is #A969A4. Grayscale: #7C7C7C. Windows color (decimal): -11102629 or 6002262. OLE color: 6002262.

HSL color Cylindrical-coordinate representation of color #56965B: hue angle of 124.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56965B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 150 91 -
CMYK 0.43 0 0.39 0.41
HSL 124.69º 0.27% 0.46% -
HSV(B) 124.69º 0.43% 0.59% -
XYZ 16.63 24.55 13.76 -
YUV 124.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 86 150 91 0.43 0 0.39 0.41 124.69 0.27 0.46
Hex 56 96 5B 2B 0 27 29 7D 1B 2E
Octal 126 226 133 53 0 47 51 175 33 56
Binary 1010110 10010110 1011011 101011 0 100111 101001 1111101 11011 101110

Color Harmonies of #56965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56965B

Black with #56965B

Text Example


Text Example

White with #56965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56965B; }

 p { color: rgb(86,150,91); }

 H1.HeaderClassName
 {
   color: #56965B;
 }
 .AnyTagClassName
 {
   color: #56965B;
 }
</style>

background-color css

<style>
 a { background-color: #56965B; }

 a { background-color: rgb(86,150,91); }

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

border-color css

<style>
 span { border-color: #56965B; }

 span { border-color: rgb(86,150,91); }

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