#706170

Color #706170 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #706170

Tints of Old Lavender #706170

Color information

#706170 (or 0x706170) is unknown color: approx Old Lavender. HEX triplet: 70, 61 and 70. RGB value is (112,97,112). Sum of RGB (Red+Green+Blue) = 112+97+112=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706170 is #8F9E8F. Grayscale: #676767. Windows color (decimal): -9412240 or 7364976. OLE color: 7364976.

HSL color Cylindrical-coordinate representation of color #706170: hue angle of 300º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706170 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11297112-
CMYK00.1300.56
HSL300º7.18%40.98%-
HSV(B)300º13.39%43.92%-
XYZ13.8813.1617.14-
YUV103.2132.97134.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=34.89%
G=30.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129711200.1300.563007.1840.98
Hex7061700D03812c729
Octal160141160015070454751
Binary111000011000011110000011010111000100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706170; }

 p { color: rgb(112,97,112); }

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

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

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

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

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

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

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