#716B19

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

Shades of Olivetone #716B19

Tints of Olivetone #716B19

Color information

#716B19 (or 0x716B19) is unknown color: approx Olivetone. HEX triplet: 71, 6B and 19. RGB value is (113,107,25). Sum of RGB (Red+Green+Blue) = 113+107+25=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #716B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B19 is #8E94E6. Grayscale: #636363. Windows color (decimal): -9344231 or 1665905. OLE color: 1665905.

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

Color convert

RGB11310725-
CMYK00.050.780.56
HSL55.91º63.77%27.06%-
HSV(B)55.91º77.88%44.31%-
XYZ12.2414.13-
YUV99.4585.99137.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=46.12%
G=43.67%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131072500.050.780.5655.9163.7727.06
Hex716B19054E3838401b
Octal1611533105116707010033
Binary111000111010111100101011001110111000111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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