#716D2E

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

Shades of Olivetone #716D2E

Tints of Olivetone #716D2E

Color information

#716D2E (or 0x716D2E) is unknown color: approx Olivetone. HEX triplet: 71, 6D and 2E. RGB value is (113,109,46). Sum of RGB (Red+Green+Blue) = 113+109+46=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D2E is #8E92D1. Grayscale: #676767. Windows color (decimal): -9343698 or 3042673. OLE color: 3042673.

HSL color Cylindrical-coordinate representation of color #716D2E: hue angle of 56.42º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #716D2E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB11310946-
CMYK00.040.590.56
HSL56.42º42.14%31.18%-
HSV(B)56.42º59.29%44.31%-
XYZ12.7714.654.74-
YUV103.0195.83135.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=42.16%
G=40.67%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131094600.040.590.5656.4242.1431.18
Hex716D2E043B38382a1f
Octal16115556047370705237
Binary11100011101101101110010011101111100011100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,46); }

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

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

 a { background-color: rgb(113,109,46); }

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

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

 span { border-color: rgb(113,109,46); }

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