#70670C

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

Shades of Olivetone #70670C

Tints of Olivetone #70670C

Color information

#70670C (or 0x70670C) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 0C. RGB value is (112,103,12). Sum of RGB (Red+Green+Blue) = 112+103+12=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70670C is #8F98F3. Grayscale: #5F5F5F. Windows color (decimal): -9410804 or 812912. OLE color: 812912.

HSL color Cylindrical-coordinate representation of color #70670C: hue angle of 54.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70670C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB11210312-
CMYK00.080.890.56
HSL54.6º80.65%24.31%-
HSV(B)54.6º89.29%43.92%-
XYZ11.613.172.28-
YUV95.3280.98139.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=49.34%
G=45.37%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121031200.080.890.5654.680.6524.31
Hex7067C085938375118
Octal16014714010131706712130
Binary111000011001111100010001011001111000110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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