#70691D

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

Shades of Olivetone #70691D

Tints of Olivetone #70691D

Color information

#70691D (or 0x70691D) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 1D. RGB value is (112,105,29). Sum of RGB (Red+Green+Blue) = 112+105+29=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70691D is #8F96E2. Grayscale: #626262. Windows color (decimal): -9410275 or 1927536. OLE color: 1927536.

HSL color Cylindrical-coordinate representation of color #70691D: hue angle of 54.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70691D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB11210529-
CMYK00.060.740.56
HSL54.94º58.87%27.65%-
HSV(B)54.94º74.11%43.92%-
XYZ11.9613.643.16-
YUV98.4388.82137.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=45.53%
G=42.68%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121052900.060.740.5654.9458.8727.65
Hex70691D064A38373b1c
Octal160151350611270677334
Binary11100001101001111010110100101011100011011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70691D; }

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

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

<style>
 a { background-color: #70691D; }

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

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

<style>
 span { border-color: #70691D; }

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

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