#757149

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

Shades of Go Ben #757149

Tints of Go Ben #757149

Color information

#757149 (or 0x757149) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 49. RGB value is (117,113,73). Sum of RGB (Red+Green+Blue) = 117+113+73=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757149 is #8A8EB6. Grayscale: #6D6D6D. Windows color (decimal): -9080503 or 4813173. OLE color: 4813173.

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

Color convert

RGB11711373-
CMYK00.030.380.54
HSL54.55º23.16%37.25%-
HSV(B)54.55º37.61%45.88%-
XYZ14.4416.078.64-
YUV109.64107.33133.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=38.61%
G=37.29%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171137300.030.380.5454.5523.1637.25
Hex757149032636371725
Octal165161111034666672745
Binary11101011110001100100101110011011011011011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757149; }

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

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

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

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

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

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

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

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