#70680E

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

Shades of Olivetone #70680E

Tints of Olivetone #70680E

Color information

#70680E (or 0x70680E) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 0E. RGB value is (112,104,14). Sum of RGB (Red+Green+Blue) = 112+104+14=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680E is #8F97F1. Grayscale: #606060. Windows color (decimal): -9410546 or 944240. OLE color: 944240.

HSL color Cylindrical-coordinate representation of color #70680E: hue angle of 55.1º 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 #70680E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB11210414-
CMYK00.070.880.56
HSL55.1º77.78%24.71%-
HSV(B)55.1º87.5%43.92%-
XYZ11.7113.382.38-
YUV96.1381.65139.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=48.70%
G=45.22%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121041400.070.880.5655.177.7824.71
Hex7068E075838374e19
Octal1601501607130706711631
Binary11100001101000111001111011000111000110111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70680E; }

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

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

<style>
 a { background-color: #70680E; }

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

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

<style>
 span { border-color: #70680E; }

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

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