#757046

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

Shades of Go Ben #757046

Tints of Go Ben #757046

Color information

#757046 (or 0x757046) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 46. RGB value is (117,112,70). Sum of RGB (Red+Green+Blue) = 117+112+70=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #757046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757046 is #8A8FB9. Grayscale: #6C6C6C. Windows color (decimal): -9080762 or 4616309. OLE color: 4616309.

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

Color convert

RGB11711270-
CMYK00.040.400.54
HSL53.62º25.13%36.67%-
HSV(B)53.62º40.17%45.88%-
XYZ14.2415.818.1-
YUV108.71106.16133.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=39.13%
G=37.46%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171127000.040.400.5453.6225.1336.67
Hex757046042836361925
Octal165160106045066663145
Binary111010111100001000110010010100011011011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757046; }

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

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

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

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

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

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

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

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