#70692A

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

Shades of Olivetone #70692A

Tints of Olivetone #70692A

Color information

#70692A (or 0x70692A) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 2A. RGB value is (112,105,42). Sum of RGB (Red+Green+Blue) = 112+105+42=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70692A is #8F96D5. Grayscale: #646464. Windows color (decimal): -9410262 or 2779504. OLE color: 2779504.

HSL color Cylindrical-coordinate representation of color #70692A: hue angle of 54º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70692A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB11210542-
CMYK00.060.620.56
HSL54º45.45%30.2%-
HSV(B)54º62.5%43.92%-
XYZ12.1513.724.2-
YUV99.9195.32136.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=43.24%
G=40.54%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121054200.060.620.565445.4530.2
Hex70692A063E38362d1e
Octal16015152067670665536
Binary11100001101001101010011011111011100011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70692A; }

 p { color: rgb(112,105,42); }

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

<style>
 a { background-color: #70692A; }

 a { background-color: rgb(112,105,42); }

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

<style>
 span { border-color: #70692A; }

 span { border-color: rgb(112,105,42); }

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