#757041

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

Shades of Go Ben #757041

Tints of Go Ben #757041

Color information

#757041 (or 0x757041) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 41. RGB value is (117,112,65). Sum of RGB (Red+Green+Blue) = 117+112+65=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #757041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757041 is #8A8FBE. Grayscale: #6C6C6C. Windows color (decimal): -9080767 or 4288629. OLE color: 4288629.

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

Color convert

RGB11711265-
CMYK00.040.440.54
HSL54.23º28.57%35.69%-
HSV(B)54.23º44.44%45.88%-
XYZ14.0815.757.3-
YUV108.14103.66134.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=39.80%
G=38.10%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171126500.040.440.5454.2328.5735.69
Hex757041042C36361d24
Octal165160101045466663544
Binary111010111100001000001010010110011011011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757041; }

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

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

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

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

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

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

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

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