#706B19

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

Shades of Olivetone #706B19

Tints of Olivetone #706B19

Color information

#706B19 (or 0x706B19) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 19. RGB value is (112,107,25). Sum of RGB (Red+Green+Blue) = 112+107+25=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B19 is #8F94E6. Grayscale: #636363. Windows color (decimal): -9409767 or 1665904. OLE color: 1665904.

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

Color convert

RGB11210725-
CMYK00.040.780.56
HSL56.55º63.5%26.86%-
HSV(B)56.55º77.68%43.92%-
XYZ12.1214.032.99-
YUV99.1586.16137.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=45.90%
G=43.85%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121072500.040.780.5656.5563.526.86
Hex706B19044E3839401b
Octal1601533104116707110033
Binary111000011010111100101001001110111000111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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