#716D14

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

Shades of Olivetone #716D14

Tints of Olivetone #716D14

Color information

#716D14 (or 0x716D14) is unknown color: approx Olivetone. HEX triplet: 71, 6D and 14. RGB value is (113,109,20). Sum of RGB (Red+Green+Blue) = 113+109+20=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D14 is #8E92EB. Grayscale: #646464. Windows color (decimal): -9343724 or 1338737. OLE color: 1338737.

HSL color Cylindrical-coordinate representation of color #716D14: hue angle of 57.42º 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 #716D14 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB11310920-
CMYK00.040.820.56
HSL57.42º69.92%26.08%-
HSV(B)57.42º82.3%44.31%-
XYZ12.414.52.81-
YUV100.0582.83137.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=46.69%
G=45.04%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131092000.040.820.5657.4269.9226.08
Hex716D1404523839461a
Octal1611552404122707110632
Binary111000111011011010001001010010111000111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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