#706B17

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

Shades of Olivetone #706B17

Tints of Olivetone #706B17

Color information

#706B17 (or 0x706B17) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 17. RGB value is (112,107,23). Sum of RGB (Red+Green+Blue) = 112+107+23=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B17 is #8F94E8. Grayscale: #636363. Windows color (decimal): -9409769 or 1534832. OLE color: 1534832.

HSL color Cylindrical-coordinate representation of color #706B17: hue angle of 56.63º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706B17 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB11210723-
CMYK00.040.790.56
HSL56.63º65.93%26.47%-
HSV(B)56.63º79.46%43.92%-
XYZ12.0914.022.88-
YUV98.9285.16137.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=46.28%
G=44.21%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121072300.040.790.5656.6365.9326.47
Hex706B17044F3839421a
Octal1601532704117707110232
Binary111000011010111011101001001111111000111001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,23); }

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

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

 a { background-color: rgb(112,107,23); }

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

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

 span { border-color: rgb(112,107,23); }

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