#70711A

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

Shades of Olivetone #70711A

Tints of Olivetone #70711A

Color information

#70711A (or 0x70711A) is unknown color: approx Olivetone. HEX triplet: 70, 71 and 1A. RGB value is (112,113,26). Sum of RGB (Red+Green+Blue) = 112+113+26=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #70711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70711A is #8F8EE5. Grayscale: #676767. Windows color (decimal): -9408230 or 1732976. OLE color: 1732976.

HSL color Cylindrical-coordinate representation of color #70711A: hue angle of 60.69º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70711A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB11211326-
CMYK0.0100.770.56
HSL60.69º62.59%27.25%-
HSV(B)60.69º76.99%44.31%-
XYZ12.7715.333.26-
YUV102.7884.67134.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=44.62%
G=45.02%
B=10.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113260.0100.770.5660.6962.5927.25
Hex70711A104D383d3f1b
Octal160161321011570757733
Binary111000011100011101010100110111100011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70711A; }

 p { color: rgb(112,113,26); }

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

<style>
 a { background-color: #70711A; }

 a { background-color: rgb(112,113,26); }

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

<style>
 span { border-color: #70711A; }

 span { border-color: rgb(112,113,26); }

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