#767146

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

Shades of Go Ben #767146

Tints of Go Ben #767146

Color information

#767146 (or 0x767146) is unknown color: approx Go Ben. HEX triplet: 76, 71 and 46. RGB value is (118,113,70). Sum of RGB (Red+Green+Blue) = 118+113+70=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #767146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767146 is #898EB9. Grayscale: #6D6D6D. Windows color (decimal): -9014970 or 4616566. OLE color: 4616566.

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

Color convert

RGB11811370-
CMYK00.040.410.54
HSL53.75º25.53%36.86%-
HSV(B)53.75º40.68%46.27%-
XYZ14.4816.18.14-
YUV109.59105.66134-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=39.20%
G=37.54%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181137000.040.410.5453.7525.5336.86
Hex767146042936361a25
Octal166161106045166663245
Binary111011011100011000110010010100111011011011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767146; }

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

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

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

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

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

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

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

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