#716C1A

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

Shades of Olivetone #716C1A

Tints of Olivetone #716C1A

Color information

#716C1A (or 0x716C1A) is unknown color: approx Olivetone. HEX triplet: 71, 6C and 1A. RGB value is (113,108,26). Sum of RGB (Red+Green+Blue) = 113+108+26=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1A is #8E93E5. Grayscale: #646464. Windows color (decimal): -9343974 or 1731697. OLE color: 1731697.

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

Color convert

RGB11310826-
CMYK00.040.770.56
HSL56.55º62.59%27.25%-
HSV(B)56.55º76.99%44.31%-
XYZ12.3614.313.09-
YUV100.1586.16137.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=45.75%
G=43.72%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131082600.040.770.5656.5562.5927.25
Hex716C1A044D38393f1b
Octal161154320411570717733
Binary11100011101100110100100100110111100011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,26); }

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

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

 a { background-color: rgb(113,108,26); }

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

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

 span { border-color: rgb(113,108,26); }

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