#757141

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

Shades of Go Ben #757141

Tints of Go Ben #757141

Color information

#757141 (or 0x757141) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 41. RGB value is (117,113,65). Sum of RGB (Red+Green+Blue) = 117+113+65=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757141 is #8A8EBE. Grayscale: #6C6C6C. Windows color (decimal): -9080511 or 4288885. OLE color: 4288885.

HSL color Cylindrical-coordinate representation of color #757141: hue angle of 55.38º degrees, saturation: 0.29, 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 #757141 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11711365-
CMYK00.030.440.54
HSL55.38º28.57%35.69%-
HSV(B)55.38º44.44%45.88%-
XYZ14.215.977.34-
YUV108.72103.33133.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=39.66%
G=38.31%
B=22.03%

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
Decimal1171136500.030.440.5455.3828.5735.69
Hex757141032C36371d24
Octal165161101035466673544
Binary11101011110001100000101110110011011011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757141; }

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

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

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

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

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

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

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

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