#716C19

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

Shades of Olivetone #716C19

Tints of Olivetone #716C19

Color information

#716C19 (or 0x716C19) is unknown color: approx Olivetone. HEX triplet: 71, 6C and 19. RGB value is (113,108,25). Sum of RGB (Red+Green+Blue) = 113+108+25=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C19 is #8E93E6. Grayscale: #646464. Windows color (decimal): -9343975 or 1666161. OLE color: 1666161.

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

Color convert

RGB11310825-
CMYK00.040.780.56
HSL56.59º63.77%27.06%-
HSV(B)56.59º77.88%44.31%-
XYZ12.3514.313.03-
YUV100.0385.66137.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=45.93%
G=43.90%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131082500.040.780.5656.5963.7727.06
Hex716C19044E3839401b
Octal1611543104116707110033
Binary111000111011001100101001001110111000111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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