#757242

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

Shades of Go Ben #757242

Tints of Go Ben #757242

Color information

#757242 (or 0x757242) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 42. RGB value is (117,114,66). Sum of RGB (Red+Green+Blue) = 117+114+66=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #757242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757242 is #8A8DBD. Grayscale: #6D6D6D. Windows color (decimal): -9080254 or 4354677. OLE color: 4354677.

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

Color convert

RGB11711466-
CMYK00.030.440.54
HSL56.47º27.87%35.88%-
HSV(B)56.47º43.59%45.88%-
XYZ14.3416.217.53-
YUV109.42103.49133.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=39.39%
G=38.38%
B=22.22%

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
Decimal1171146600.030.440.5456.4727.8735.88
Hex757242032C36381c24
Octal165162102035466703444
Binary11101011110010100001001110110011011011100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757242; }

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

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

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

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

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

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

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

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