#706C2F

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

Shades of Olivetone #706C2F

Tints of Olivetone #706C2F

Color information

#706C2F (or 0x706C2F) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 2F. RGB value is (112,108,47). Sum of RGB (Red+Green+Blue) = 112+108+47=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2F is #8F93D0. Grayscale: #666666. Windows color (decimal): -9409489 or 3107952. OLE color: 3107952.

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

Color convert

RGB11210847-
CMYK00.040.580.56
HSL56.31º40.88%31.18%-
HSV(B)56.31º58.04%43.92%-
XYZ12.5614.384.8-
YUV102.2496.83134.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=41.95%
G=40.45%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121084700.040.580.5656.3140.8831.18
Hex706C2F043A3838291f
Octal16015457047270705137
Binary11100001101100101111010011101011100011100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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