#70681C

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

Shades of Olivetone #70681C

Tints of Olivetone #70681C

Color information

#70681C (or 0x70681C) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 1C. RGB value is (112,104,28). Sum of RGB (Red+Green+Blue) = 112+104+28=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70681C is #8F97E3. Grayscale: #626262. Windows color (decimal): -9410532 or 1861744. OLE color: 1861744.

HSL color Cylindrical-coordinate representation of color #70681C: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70681C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB11210428-
CMYK00.070.750.56
HSL54.29º60%27.45%-
HSV(B)54.29º75%43.92%-
XYZ11.8413.433.07-
YUV97.7388.65138.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=45.90%
G=42.62%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121042800.070.750.5654.296027.45
Hex70681C074B38363c1b
Octal160150340711370667433
Binary11100001101000111000111100101111100011011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70681C; }

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

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

<style>
 a { background-color: #70681C; }

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

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

<style>
 span { border-color: #70681C; }

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

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