#716E10

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

Shades of Olivetone #716E10

Tints of Olivetone #716E10

Color information

#716E10 (or 0x716E10) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 10. RGB value is (113,110,16). Sum of RGB (Red+Green+Blue) = 113+110+16=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #716E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E10 is #8E91EF. Grayscale: #646464. Windows color (decimal): -9343472 or 1076849. OLE color: 1076849.

HSL color Cylindrical-coordinate representation of color #716E10: hue angle of 58.14º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #716E10 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB11311016-
CMYK00.030.860.56
HSL58.14º75.19%25.29%-
HSV(B)58.14º85.84%44.31%-
XYZ12.4814.72.67-
YUV100.1880.49137.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=47.28%
G=46.03%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131101600.030.860.5658.1475.1925.29
Hex716E100356383a4b19
Octal1611562003126707211331
Binary11100011101110100000111010110111000111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,16); }

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

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

 a { background-color: rgb(113,110,16); }

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

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

 span { border-color: rgb(113,110,16); }

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