#706A28

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

Shades of Olivetone #706A28

Tints of Olivetone #706A28

Color information

#706A28 (or 0x706A28) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 28. RGB value is (112,106,40). Sum of RGB (Red+Green+Blue) = 112+106+40=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A28 is #8F95D7. Grayscale: #646464. Windows color (decimal): -9410008 or 2648688. OLE color: 2648688.

HSL color Cylindrical-coordinate representation of color #706A28: hue angle of 55º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706A28 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB11210640-
CMYK00.050.640.56
HSL55º47.37%29.8%-
HSV(B)55º64.29%43.92%-
XYZ12.2213.914.05-
YUV100.2793.99136.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=43.41%
G=41.09%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121064000.050.640.565547.3729.8
Hex706A28054038372f1e
Octal160152500510070675736
Binary111000011010101010000101100000011100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,40); }

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

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

 a { background-color: rgb(112,106,40); }

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

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

 span { border-color: rgb(112,106,40); }

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