Html Css Color HEX #57975D Fruit Salad

📋 copy color: '#57975D'

red 87 ◦ green 151 ◦ blue 93

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

Shades of Fruit Salad #57975D

Tints of Fruit Salad #57975D

RGB

 RED value IS 87 (34.38% from 255) = 26.28%

 GREEN value IS 151 (59.38% from 255) = 45.62%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 26.28%
G = 45.62%
B = 28.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#57975D (or 0x57975D) is known color: Fruit Salad. HEX triplet: 57, 97 and 5D. RGB value is (87,151,93). Sum of RGB (Red+Green+Blue) = 87+151+93=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #57975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57975D is #A868A2. Grayscale: #7D7D7D. Windows color (decimal): -11036835 or 6133591. OLE color: 6133591.

HSL color Cylindrical-coordinate representation of color #57975D: hue angle of 125.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57975D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 151 93 -
CMYK 0.42 0 0.38 0.41
HSL 125.63º 0.27% 0.47% -
HSV(B) 125.63º 0.42% 0.59% -
XYZ 16.97 24.95 14.28 -
YUV 125.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 87 151 93 0.42 0 0.38 0.41 125.63 0.27 0.47
Hex 57 97 5D 2A 0 26 29 7E 1B 2F
Octal 127 227 135 52 0 46 51 176 33 57
Binary 1010111 10010111 1011101 101010 0 100110 101001 1111110 11011 101111

Color Harmonies of #57975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57975D

Black with #57975D

Text Example


Text Example

White with #57975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57975D; }

 p { color: rgb(87,151,93); }

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

background-color css

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

 a { background-color: rgb(87,151,93); }

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

border-color css

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

 span { border-color: rgb(87,151,93); }

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