#706F2D

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

Shades of Olivetone #706F2D

Tints of Olivetone #706F2D

Color information

#706F2D (or 0x706F2D) is unknown color: approx Olivetone. HEX triplet: 70, 6F and 2D. RGB value is (112,111,45). Sum of RGB (Red+Green+Blue) = 112+111+45=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F2D is #8F90D2. Grayscale: #686868. Windows color (decimal): -9408723 or 2977648. OLE color: 2977648.

HSL color Cylindrical-coordinate representation of color #706F2D: hue angle of 59.1º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #706F2D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11211145-
CMYK00.010.600.56
HSL59.1º42.68%30.78%-
HSV(B)59.1º59.82%43.92%-
XYZ12.84154.7-
YUV103.7894.83133.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=41.79%
G=41.42%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121114500.010.600.5659.142.6830.78
Hex706F2D013C383b2b1f
Octal16015755017470735337
Binary111000011011111011010111110011100011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,45); }

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

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

 a { background-color: rgb(112,111,45); }

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

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

 span { border-color: rgb(112,111,45); }

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