#70731F

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

Shades of Olivetone #70731F

Tints of Olivetone #70731F

Color information

#70731F (or 0x70731F) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 1F. RGB value is (112,115,31). Sum of RGB (Red+Green+Blue) = 112+115+31=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #70731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70731F is #8F8CE0. Grayscale: #686868. Windows color (decimal): -9407713 or 2061168. OLE color: 2061168.

HSL color Cylindrical-coordinate representation of color #70731F: hue angle of 62.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70731F is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11211531-
CMYK0.0300.730.55
HSL62.14º57.53%28.63%-
HSV(B)62.14º73.04%45.1%-
XYZ13.0615.813.66-
YUV104.5386.51133.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=43.41%
G=44.57%
B=12.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115310.0300.730.5562.1457.5328.63
Hex70731F3049373e3a1d
Octal160163373011167767235
Binary1110000111001111111110100100111011111111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70731F; }

 p { color: rgb(112,115,31); }

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

<style>
 a { background-color: #70731F; }

 a { background-color: rgb(112,115,31); }

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

<style>
 span { border-color: #70731F; }

 span { border-color: rgb(112,115,31); }

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