#716A29

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

Shades of Olivetone #716A29

Tints of Olivetone #716A29

Color information

#716A29 (or 0x716A29) is unknown color: approx Olivetone. HEX triplet: 71, 6A and 29. RGB value is (113,106,41). Sum of RGB (Red+Green+Blue) = 113+106+41=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A29 is #8E95D6. Grayscale: #646464. Windows color (decimal): -9344471 or 2714225. OLE color: 2714225.

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

Color convert

RGB11310641-
CMYK00.060.640.56
HSL54.17º46.75%30.2%-
HSV(B)54.17º63.72%44.31%-
XYZ12.3613.984.14-
YUV100.6894.32136.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=43.46%
G=40.77%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131064100.060.640.5654.1746.7530.2
Hex716A29064038362f1e
Octal161152510610070665736
Binary111000111010101010010110100000011100011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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