#706E19

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

Shades of Olivetone #706E19

Tints of Olivetone #706E19

Color information

#706E19 (or 0x706E19) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 19. RGB value is (112,110,25). Sum of RGB (Red+Green+Blue) = 112+110+25=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E19 is #8F91E6. Grayscale: #656565. Windows color (decimal): -9408999 or 1666672. OLE color: 1666672.

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

Color convert

RGB11211025-
CMYK00.020.780.56
HSL58.62º63.5%26.86%-
HSV(B)58.62º77.68%43.92%-
XYZ12.4314.673.1-
YUV100.9185.16135.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=45.34%
G=44.53%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121102500.020.780.5658.6263.526.86
Hex706E19024E383b401b
Octal1601563102116707310033
Binary11100001101110110010101001110111000111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E19; }

 p { color: rgb(112,110,25); }

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

<style>
 a { background-color: #706E19; }

 a { background-color: rgb(112,110,25); }

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

<style>
 span { border-color: #706E19; }

 span { border-color: rgb(112,110,25); }

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