#757246

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

Shades of Go Ben #757246

Tints of Go Ben #757246

Color information

#757246 (or 0x757246) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 46. RGB value is (117,114,70). Sum of RGB (Red+Green+Blue) = 117+114+70=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757246 is #8A8DB9. Grayscale: #6E6E6E. Windows color (decimal): -9080250 or 4616821. OLE color: 4616821.

HSL color Cylindrical-coordinate representation of color #757246: hue angle of 56.17º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757246 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11711470-
CMYK00.030.400.54
HSL56.17º25.13%36.67%-
HSV(B)56.17º40.17%45.88%-
XYZ14.4616.268.17-
YUV109.88105.49133.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=38.87%
G=37.87%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147000.030.400.5456.1725.1336.67
Hex757246032836381925
Octal165162106035066703145
Binary11101011110010100011001110100011011011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757246; }

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

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

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

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

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

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

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

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