#70691F

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

Shades of Olivetone #70691F

Tints of Olivetone #70691F

Color information

#70691F (or 0x70691F) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 1F. RGB value is (112,105,31). Sum of RGB (Red+Green+Blue) = 112+105+31=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70691F is #8F96E0. Grayscale: #626262. Windows color (decimal): -9410273 or 2058608. OLE color: 2058608.

HSL color Cylindrical-coordinate representation of color #70691F: hue angle of 54.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70691F is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB11210531-
CMYK00.060.720.56
HSL54.81º56.64%28.04%-
HSV(B)54.81º72.32%43.92%-
XYZ11.9813.653.3-
YUV98.6689.82137.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=45.16%
G=42.34%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121053100.060.720.5654.8156.6428.04
Hex70691F06483837391c
Octal160151370611070677134
Binary11100001101001111110110100100011100011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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