#716A45

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

Shades of Go Ben #716A45

Tints of Go Ben #716A45

Color information

#716A45 (or 0x716A45) is unknown color: approx Go Ben. HEX triplet: 71, 6A and 45. RGB value is (113,106,69). Sum of RGB (Red+Green+Blue) = 113+106+69=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A45 is #8E95BA. Grayscale: #686868. Windows color (decimal): -9344443 or 4549233. OLE color: 4549233.

HSL color Cylindrical-coordinate representation of color #716A45: hue angle of 50.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716A45 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB11310669-
CMYK00.060.390.56
HSL50.45º24.18%35.69%-
HSV(B)50.45º38.94%44.31%-
XYZ13.0414.257.69-
YUV103.87108.32134.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=39.24%
G=36.81%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131066900.060.390.5650.4524.1835.69
Hex716A45062738321824
Octal161152105064770623044
Binary111000111010101000101011010011111100011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A45; }

 p { color: rgb(113,106,69); }

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

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

 a { background-color: rgb(113,106,69); }

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

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

 span { border-color: rgb(113,106,69); }

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