#706D10

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

Shades of Olivetone #706D10

Tints of Olivetone #706D10

Color information

#706D10 (or 0x706D10) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 10. RGB value is (112,109,16). Sum of RGB (Red+Green+Blue) = 112+109+16=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D10 is #8F92EF. Grayscale: #636363. Windows color (decimal): -9409264 or 1076592. OLE color: 1076592.

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

Color convert

RGB11210916-
CMYK00.030.860.56
HSL58.12º75%25.1%-
HSV(B)58.12º85.71%43.92%-
XYZ12.2414.422.63-
YUV99.380.99137.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=47.26%
G=45.99%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121091600.030.860.5658.127525.1
Hex706D100356383a4b19
Octal1601552003126707211331
Binary11100001101101100000111010110111000111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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