#706D2F

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

Shades of Olivetone #706D2F

Tints of Olivetone #706D2F

Color information

#706D2F (or 0x706D2F) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 2F. RGB value is (112,109,47). Sum of RGB (Red+Green+Blue) = 112+109+47=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D2F is #8F92D0. Grayscale: #676767. Windows color (decimal): -9409233 or 3108208. OLE color: 3108208.

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

Color convert

RGB11210947-
CMYK00.030.580.56
HSL57.23º40.88%31.18%-
HSV(B)57.23º58.04%43.92%-
XYZ12.6614.594.84-
YUV102.8396.49134.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=41.79%
G=40.67%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121094700.030.580.5657.2340.8831.18
Hex706D2F033A3839291f
Octal16015557037270715137
Binary1110000110110110111101111101011100011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,47); }

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

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

 a { background-color: rgb(112,109,47); }

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

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

 span { border-color: rgb(112,109,47); }

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