#70671C

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

Shades of Olivetone #70671C

Tints of Olivetone #70671C

Color information

#70671C (or 0x70671C) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 1C. RGB value is (112,103,28). Sum of RGB (Red+Green+Blue) = 112+103+28=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70671C is #8F98E3. Grayscale: #616161. Windows color (decimal): -9410788 or 1861488. OLE color: 1861488.

HSL color Cylindrical-coordinate representation of color #70671C: hue angle of 53.57º 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 #70671C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB11210328-
CMYK00.080.750.56
HSL53.57º60%27.45%-
HSV(B)53.57º75%43.92%-
XYZ11.7413.233.03-
YUV97.1488.98138.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=46.09%
G=42.39%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121032800.080.750.5653.576027.45
Hex70671C084B38363c1b
Octal1601473401011370667433
Binary111000011001111110001000100101111100011011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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