#757142

Color #757142 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #757142

Tints of Go Ben #757142

Color information

#757142 (or 0x757142) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 42. RGB value is (117,113,66). Sum of RGB (Red+Green+Blue) = 117+113+66=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #757142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757142 is #8A8EBD. Grayscale: #6D6D6D. Windows color (decimal): -9080510 or 4354421. OLE color: 4354421.

HSL color Cylindrical-coordinate representation of color #757142: hue angle of 55.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757142 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11711366-
CMYK00.030.440.54
HSL55.29º27.87%35.88%-
HSV(B)55.29º43.59%45.88%-
XYZ14.2215.997.49-
YUV108.84103.83133.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=39.53%
G=38.18%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171136600.030.440.5455.2927.8735.88
Hex757142032C36371c24
Octal165161102035466673444
Binary11101011110001100001001110110011011011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757142; }

 p { color: rgb(117,113,66); }

 H1.HeaderClassName
 {
   color: #757142;
 }
 .AnyTagClassName
 {
   color: #757142;
 }
</style>
background-color css

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

 a { background-color: rgb(117,113,66); }

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

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

 span { border-color: rgb(117,113,66); }

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