#70690E

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

Shades of Olivetone #70690E

Tints of Olivetone #70690E

Color information

#70690E (or 0x70690E) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 0E. RGB value is (112,105,14). Sum of RGB (Red+Green+Blue) = 112+105+14=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70690E is #8F96F1. Grayscale: #616161. Windows color (decimal): -9410290 or 944496. OLE color: 944496.

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

Color convert

RGB11210514-
CMYK00.060.880.56
HSL55.71º77.78%24.71%-
HSV(B)55.71º87.5%43.92%-
XYZ11.8113.582.41-
YUV96.7281.32138.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=48.48%
G=45.45%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121051400.060.880.5655.7177.7824.71
Hex7069E065838384e19
Octal1601511606130707011631
Binary11100001101001111001101011000111000111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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