#706F0E

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

Shades of Olivetone #706F0E

Tints of Olivetone #706F0E

Color information

#706F0E (or 0x706F0E) is unknown color: approx Olivetone. HEX triplet: 70, 6F and 0E. RGB value is (112,111,14). Sum of RGB (Red+Green+Blue) = 112+111+14=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F0E is #8F90F1. Grayscale: #646464. Windows color (decimal): -9408754 or 946032. OLE color: 946032.

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

Color convert

RGB11211114-
CMYK00.010.880.56
HSL59.39º77.78%24.71%-
HSV(B)59.39º87.5%43.92%-
XYZ12.4514.852.62-
YUV100.2479.33136.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 111 (43.75% from 255) = 46.84%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=47.26%
G=46.84%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121111400.010.880.5659.3977.7824.71
Hex706FE0158383b4e19
Octal1601571601130707311631
Binary111000011011111110011011000111000111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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