#706F19

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

Shades of Olivetone #706F19

Tints of Olivetone #706F19

Color information

#706F19 (or 0x706F19) is unknown color: approx Olivetone. HEX triplet: 70, 6F and 19. RGB value is (112,111,25). Sum of RGB (Red+Green+Blue) = 112+111+25=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F19 is #8F90E6. Grayscale: #656565. Windows color (decimal): -9408743 or 1666928. OLE color: 1666928.

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

Color convert

RGB11211125-
CMYK00.010.780.56
HSL59.31º63.5%26.86%-
HSV(B)59.31º77.68%43.92%-
XYZ12.5414.883.13-
YUV101.4984.83135.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=45.16%
G=44.76%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121112500.010.780.5659.3163.526.86
Hex706F19014E383b401b
Octal1601573101116707310033
Binary1110000110111111001011001110111000111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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