#706F17

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

Shades of Olivetone #706F17

Tints of Olivetone #706F17

Color information

#706F17 (or 0x706F17) is unknown color: approx Olivetone. HEX triplet: 70, 6F and 17. RGB value is (112,111,23). Sum of RGB (Red+Green+Blue) = 112+111+23=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F17 is #8F90E8. Grayscale: #656565. Windows color (decimal): -9408745 or 1535856. OLE color: 1535856.

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

Color convert

RGB11211123-
CMYK00.010.790.56
HSL59.33º65.93%26.47%-
HSV(B)59.33º79.46%43.92%-
XYZ12.5214.883.02-
YUV101.2783.83135.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 23 (9.38% from 255) = 9.35%
R=45.53%
G=45.12%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121112300.010.790.5659.3365.9326.47
Hex706F17014F383b421a
Octal1601572701117707310232
Binary1110000110111110111011001111111000111011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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