#716E14

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

Shades of Olivetone #716E14

Tints of Olivetone #716E14

Color information

#716E14 (or 0x716E14) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 14. RGB value is (113,110,20). Sum of RGB (Red+Green+Blue) = 113+110+20=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E14 is #8E91EB. Grayscale: #646464. Windows color (decimal): -9343468 or 1338993. OLE color: 1338993.

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

Color convert

RGB11311020-
CMYK00.030.820.56
HSL58.06º69.92%26.08%-
HSV(B)58.06º82.3%44.31%-
XYZ12.5114.712.84-
YUV100.6482.49136.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=46.50%
G=45.27%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131102000.030.820.5658.0669.9226.08
Hex716E140352383a461a
Octal1611562403122707210632
Binary11100011101110101000111010010111000111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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