#716F20

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

Shades of Olivetone #716F20

Tints of Olivetone #716F20

Color information

#716F20 (or 0x716F20) is unknown color: approx Olivetone. HEX triplet: 71, 6F and 20. RGB value is (113,111,32). Sum of RGB (Red+Green+Blue) = 113+111+32=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F20 is #8E90DF. Grayscale: #666666. Windows color (decimal): -9343200 or 2125681. OLE color: 2125681.

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

Color convert

RGB11311132-
CMYK00.020.720.56
HSL58.52º55.86%28.43%-
HSV(B)58.52º71.68%44.31%-
XYZ12.7614.983.59-
YUV102.5988.16135.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=44.14%
G=43.36%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131113200.020.720.5658.5255.8628.43
Hex716F200248383b381c
Octal161157400211070737034
Binary11100011101111100000010100100011100011101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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