#706B1E

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

Shades of Olivetone #706B1E

Tints of Olivetone #706B1E

Color information

#706B1E (or 0x706B1E) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 1E. RGB value is (112,107,30). Sum of RGB (Red+Green+Blue) = 112+107+30=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B1E is #8F94E1. Grayscale: #646464. Windows color (decimal): -9409762 or 1993584. OLE color: 1993584.

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

Color convert

RGB11210730-
CMYK00.040.730.56
HSL56.34º57.75%27.84%-
HSV(B)56.34º73.21%43.92%-
XYZ12.1714.053.3-
YUV99.7288.66136.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=44.98%
G=42.97%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121073000.040.730.5656.3457.7527.84
Hex706B1E044938383a1c
Octal160153360411170707234
Binary11100001101011111100100100100111100011100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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