Html Css Color HEX #57975C Fruit Salad

📋 copy color: '#57975C'

red 87 ◦ green 151 ◦ blue 92

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

Shades of Fruit Salad #57975C

Tints of Fruit Salad #57975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 26.36%
G = 45.76%
B = 27.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#57975C (or 0x57975C) is known color: Fruit Salad. HEX triplet: 57, 97 and 5C. RGB value is (87,151,92). Sum of RGB (Red+Green+Blue) = 87+151+92=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #57975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57975C is #A868A3. Grayscale: #7D7D7D. Windows color (decimal): -11036836 or 6068055. OLE color: 6068055.

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

Color convert

RGB 87 151 92 -
CMYK 0.42 0 0.39 0.41
HSL 124.69º 0.27% 0.47% -
HSV(B) 124.69º 0.42% 0.59% -
XYZ 16.93 24.93 14.05 -
YUV 125.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 87 151 92 0.42 0 0.39 0.41 124.69 0.27 0.47
Hex 57 97 5C 2A 0 27 29 7D 1B 2F
Octal 127 227 134 52 0 47 51 175 33 57
Binary 1010111 10010111 1011100 101010 0 100111 101001 1111101 11011 101111

Color Harmonies of #57975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57975C

Black with #57975C

Text Example


Text Example

White with #57975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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