Html Css Color HEX #559960 Fruit Salad

📋 copy color: '#559960'

red 85 ◦ green 153 ◦ blue 96

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

Shades of Fruit Salad #559960

Tints of Fruit Salad #559960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 25.45%
G = 45.81%
B = 28.74%

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

#559960 (or 0x559960) is known color: Fruit Salad. HEX triplet: 55, 99 and 60. RGB value is (85,153,96). Sum of RGB (Red+Green+Blue) = 85+153+96=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #559960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559960 is #AA669F. Grayscale: #7E7E7E. Windows color (decimal): -11167392 or 6330709. OLE color: 6330709.

HSL color Cylindrical-coordinate representation of color #559960: hue angle of 129.71º 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 #559960 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 96 -
CMYK 0.44 0 0.37 0.4
HSL 129.71º 0.29% 0.47% -
HSV(B) 129.71º 0.44% 0.6% -
XYZ 17.25 25.56 15.09 -
YUV 126.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 85 153 96 0.44 0 0.37 0.4 129.71 0.29 0.47
Hex 55 99 60 2C 0 25 28 82 1D 2F
Octal 125 231 140 54 0 45 50 202 35 57
Binary 1010101 10011001 1100000 101100 0 100101 101000 10000010 11101 101111

Color Harmonies of #559960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559960

Black with #559960

Text Example


Text Example

White with #559960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559960; }

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

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

background-color css

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

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

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

border-color css

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

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

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