Html Css Color HEX #57975B Fruit Salad

📋 copy color: '#57975B'

red 87 ◦ green 151 ◦ blue 91

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

Shades of Fruit Salad #57975B

Tints of Fruit Salad #57975B

RGB

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

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

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

R = 26.44%
G = 45.9%
B = 27.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#57975B (or 0x57975B) is known color: Fruit Salad. HEX triplet: 57, 97 and 5B. RGB value is (87,151,91). Sum of RGB (Red+Green+Blue) = 87+151+91=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #57975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57975B is #A868A4. Grayscale: #7D7D7D. Windows color (decimal): -11036837 or 6002519. OLE color: 6002519.

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

Color convert

RGB 87 151 91 -
CMYK 0.42 0 0.40 0.41
HSL 123.75º 0.27% 0.47% -
HSV(B) 123.75º 0.42% 0.59% -
XYZ 16.89 24.91 13.82 -
YUV 125.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 87 151 91 0.42 0 0.40 0.41 123.75 0.27 0.47
Hex 57 97 5B 2A 0 28 29 7C 1B 2F
Octal 127 227 133 52 0 50 51 174 33 57
Binary 1010111 10010111 1011011 101010 0 101000 101001 1111100 11011 101111

Color Harmonies of #57975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57975B

Black with #57975B

Text Example


Text Example

White with #57975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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