#757147

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

Shades of Go Ben #757147

Tints of Go Ben #757147

Color information

#757147 (or 0x757147) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 47. RGB value is (117,113,71). Sum of RGB (Red+Green+Blue) = 117+113+71=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757147 is #8A8EB8. Grayscale: #6D6D6D. Windows color (decimal): -9080505 or 4682101. OLE color: 4682101.

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

Color convert

RGB11711371-
CMYK00.030.390.54
HSL54.78º24.47%36.86%-
HSV(B)54.78º39.32%45.88%-
XYZ14.3816.058.3-
YUV109.41106.33133.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=38.87%
G=37.54%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171137100.030.390.5454.7824.4736.86
Hex757147032736371825
Octal165161107034766673045
Binary11101011110001100011101110011111011011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757147; }

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

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

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

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

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

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

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

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