#757243

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

Shades of Go Ben #757243

Tints of Go Ben #757243

Color information

#757243 (or 0x757243) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 43. RGB value is (117,114,67). Sum of RGB (Red+Green+Blue) = 117+114+67=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #757243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757243 is #8A8DBC. Grayscale: #6D6D6D. Windows color (decimal): -9080253 or 4420213. OLE color: 4420213.

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

Color convert

RGB11711467-
CMYK00.030.430.54
HSL56.4º27.17%36.08%-
HSV(B)56.4º42.74%45.88%-
XYZ14.3716.227.68-
YUV109.54103.99133.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=39.26%
G=38.26%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171146700.030.430.5456.427.1736.08
Hex757243032B36381b24
Octal165162103035366703344
Binary11101011110010100001101110101111011011100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757243; }

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

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

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

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

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

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

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

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