#70692B

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

Shades of Olivetone #70692B

Tints of Olivetone #70692B

Color information

#70692B (or 0x70692B) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 2B. RGB value is (112,105,43). Sum of RGB (Red+Green+Blue) = 112+105+43=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70692B is #8F96D4. Grayscale: #646464. Windows color (decimal): -9410261 or 2845040. OLE color: 2845040.

HSL color Cylindrical-coordinate representation of color #70692B: hue angle of 53.91º 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 #70692B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB11210543-
CMYK00.060.620.56
HSL53.91º44.52%30.39%-
HSV(B)53.91º61.61%43.92%-
XYZ12.1713.724.29-
YUV100.0295.82136.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=43.08%
G=40.38%
B=16.54%

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
Decimal1121054300.060.620.5653.9144.5230.39
Hex70692B063E38362d1e
Octal16015153067670665536
Binary11100001101001101011011011111011100011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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