#70670F

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

Shades of Olivetone #70670F

Tints of Olivetone #70670F

Color information

#70670F (or 0x70670F) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 0F. RGB value is (112,103,15). Sum of RGB (Red+Green+Blue) = 112+103+15=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70670F is #8F98F0. Grayscale: #606060. Windows color (decimal): -9410801 or 1009520. OLE color: 1009520.

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

Color convert

RGB11210315-
CMYK00.080.870.56
HSL54.43º76.38%24.9%-
HSV(B)54.43º86.61%43.92%-
XYZ11.6213.182.38-
YUV95.6682.48139.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 15 (6.25% from 255) = 6.52%
R=48.70%
G=44.78%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121031500.080.870.5654.4376.3824.9
Hex7067F085738364c19
Octal16014717010127706611431
Binary111000011001111111010001010111111000110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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