Html Css Color HEX #559961 Fruit Salad

📋 copy color: '#559961'

red 85 ◦ green 153 ◦ blue 97

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

Shades of Fruit Salad #559961

Tints of Fruit Salad #559961

RGB

 RED value IS 85 (33.59% from 255) = 25.37%

 GREEN value IS 153 (60.16% from 255) = 45.67%

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

R = 25.37%
G = 45.67%
B = 28.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#559961 (or 0x559961) is known color: Fruit Salad. HEX triplet: 55, 99 and 61. RGB value is (85,153,97). Sum of RGB (Red+Green+Blue) = 85+153+97=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #559961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559961 is #AA669E. Grayscale: #7E7E7E. Windows color (decimal): -11167391 or 6396245. OLE color: 6396245.

HSL color Cylindrical-coordinate representation of color #559961: hue angle of 130.59º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559961 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 97 -
CMYK 0.44 0 0.37 0.4
HSL 130.59º 0.29% 0.47% -
HSV(B) 130.59º 0.44% 0.6% -
XYZ 17.3 25.58 15.33 -
YUV 126.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 85 153 97 0.44 0 0.37 0.4 130.59 0.29 0.47
Hex 55 99 61 2C 0 25 28 83 1D 2F
Octal 125 231 141 54 0 45 50 203 35 57
Binary 1010101 10011001 1100001 101100 0 100101 101000 10000011 11101 101111

Color Harmonies of #559961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559961

Black with #559961

Text Example


Text Example

White with #559961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559961; }

 p { color: rgb(85,153,97); }

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

background-color css

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

 a { background-color: rgb(85,153,97); }

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

border-color css

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

 span { border-color: rgb(85,153,97); }

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