#70671B

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

Shades of Olivetone #70671B

Tints of Olivetone #70671B

Color information

#70671B (or 0x70671B) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 1B. RGB value is (112,103,27). Sum of RGB (Red+Green+Blue) = 112+103+27=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70671B is #8F98E4. Grayscale: #616161. Windows color (decimal): -9410789 or 1795952. OLE color: 1795952.

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

Color convert

RGB11210327-
CMYK00.080.760.56
HSL53.65º61.15%27.25%-
HSV(B)53.65º75.89%43.92%-
XYZ11.7313.222.97-
YUV97.0388.48138.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=46.28%
G=42.56%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121032700.080.760.5653.6561.1527.25
Hex70671B084C38363d1b
Octal1601473301011470667533
Binary111000011001111101101000100110011100011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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