#70661F

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

Shades of Olivetone #70661F

Tints of Olivetone #70661F

Color information

#70661F (or 0x70661F) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 1F. RGB value is (112,102,31). Sum of RGB (Red+Green+Blue) = 112+102+31=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70661F is #8F99E0. Grayscale: #616161. Windows color (decimal): -9411041 or 2057840. OLE color: 2057840.

HSL color Cylindrical-coordinate representation of color #70661F: hue angle of 52.59º 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 #70661F is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB11210231-
CMYK00.090.720.56
HSL52.59º56.64%28.04%-
HSV(B)52.59º72.32%43.92%-
XYZ11.6813.053.2-
YUV96.990.81138.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=45.71%
G=41.63%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023100.090.720.5652.5956.6428.04
Hex70661F09483835391c
Octal1601463701111070657134
Binary111000011001101111101001100100011100011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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