#70731C

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

Shades of Olivetone #70731C

Tints of Olivetone #70731C

Color information

#70731C (or 0x70731C) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 1C. RGB value is (112,115,28). Sum of RGB (Red+Green+Blue) = 112+115+28=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #70731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70731C is #8F8CE3. Grayscale: #686868. Windows color (decimal): -9407716 or 1864560. OLE color: 1864560.

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

Color convert

RGB11211528-
CMYK0.0300.760.55
HSL62.07º60.84%28.04%-
HSV(B)62.07º75.65%45.1%-
XYZ13.0215.793.46-
YUV104.1885.01133.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=43.92%
G=45.10%
B=10.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115280.0300.760.5562.0760.8428.04
Hex70731C304C373e3d1c
Octal160163343011467767534
Binary1110000111001111100110100110011011111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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