#757146

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

Shades of Go Ben #757146

Tints of Go Ben #757146

Color information

#757146 (or 0x757146) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 46. RGB value is (117,113,70). Sum of RGB (Red+Green+Blue) = 117+113+70=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #757146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757146 is #8A8EB9. Grayscale: #6D6D6D. Windows color (decimal): -9080506 or 4616565. OLE color: 4616565.

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

Color convert

RGB11711370-
CMYK00.030.400.54
HSL54.89º25.13%36.67%-
HSV(B)54.89º40.17%45.88%-
XYZ14.3516.038.13-
YUV109.29105.83133.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=39%
G=37.67%
B=23.33%

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
Decimal1171137000.030.400.5454.8925.1336.67
Hex757146032836371925
Octal165161106035066673145
Binary11101011110001100011001110100011011011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757146; }

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

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

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

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

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

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

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

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