#716f2d

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

Shades of Olivetone #716F2D

Tints of Olivetone #716F2D

Color information

#716F2D (or 0x716F2D) is unknown color: approx Olivetone. HEX triplet: 71, 6F and 2D. RGB value is (113,111,45). Sum of RGB (Red+Green+Blue) = 113+111+45=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F2D is #8E90D2. Grayscale: #686868. Windows color (decimal): -9343187 or 2977649. OLE color: 2977649.

HSL color Cylindrical-coordinate representation of color #716F2D: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #716F2D is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11311145-
CMYK00.020.600.56
HSL58.24º43.04%30.98%-
HSV(B)58.24º60.18%44.31%-
XYZ12.9715.074.71-
YUV104.0794.66134.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=42.01%
G=41.26%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131114500.020.600.5658.2443.0430.98
Hex716F2D023C383a2b1f
Octal16115755027470725337
Binary1110001110111110110101011110011100011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,45); }

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

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

 a { background-color: rgb(113,111,45); }

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

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

 span { border-color: rgb(113,111,45); }

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