#706E1E

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

Shades of Olivetone #706E1E

Tints of Olivetone #706E1E

Color information

#706E1E (or 0x706E1E) is unknown color: approx Olivetone. HEX triplet: 70, 6E and 1E. RGB value is (112,110,30). Sum of RGB (Red+Green+Blue) = 112+110+30=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E1E is #8F91E1. Grayscale: #656565. Windows color (decimal): -9408994 or 1994352. OLE color: 1994352.

HSL color Cylindrical-coordinate representation of color #706E1E: hue angle of 58.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #706E1E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11211030-
CMYK00.020.730.56
HSL58.54º57.75%27.84%-
HSV(B)58.54º73.21%43.92%-
XYZ12.4914.693.41-
YUV101.4887.66135.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=44.44%
G=43.65%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121103000.020.730.5658.5457.7527.84
Hex706E1E0249383b3a1c
Octal160156360211170737234
Binary1110000110111011110010100100111100011101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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