#706A19

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

Shades of Olivetone #706A19

Tints of Olivetone #706A19

Color information

#706A19 (or 0x706A19) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 19. RGB value is (112,106,25). Sum of RGB (Red+Green+Blue) = 112+106+25=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #706A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A19 is #8F95E6. Grayscale: #626262. Windows color (decimal): -9410023 or 1665648. OLE color: 1665648.

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

Color convert

RGB11210625-
CMYK00.050.780.56
HSL55.86º63.5%26.86%-
HSV(B)55.86º77.68%43.92%-
XYZ12.0113.822.95-
YUV98.5686.49137.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=46.09%
G=43.62%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121062500.050.780.5655.8663.526.86
Hex706A19054E3838401b
Octal1601523105116707010033
Binary111000011010101100101011001110111000111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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