#70682C

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

Shades of Olivetone #70682C

Tints of Olivetone #70682C

Color information

#70682C (or 0x70682C) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 2C. RGB value is (112,104,44). Sum of RGB (Red+Green+Blue) = 112+104+44=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70682C is #8F97D3. Grayscale: #636363. Windows color (decimal): -9410516 or 2910320. OLE color: 2910320.

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

Color convert

RGB11210444-
CMYK00.070.610.56
HSL52.94º43.59%30.59%-
HSV(B)52.94º60.71%43.92%-
XYZ12.0913.534.36-
YUV99.5596.65136.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=43.08%
G=40%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121044400.070.610.5652.9443.5930.59
Hex70682C073D38352c1f
Octal16015054077570655437
Binary11100001101000101100011111110111100011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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