#706870

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

Shades of Old Lavender #706870

Tints of Old Lavender #706870

Color information

#706870 (or 0x706870) is unknown color: approx Old Lavender. HEX triplet: 70, 68 and 70. RGB value is (112,104,112). Sum of RGB (Red+Green+Blue) = 112+104+112=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706870 is #8F978F. Grayscale: #6B6B6B. Windows color (decimal): -9410448 or 7366768. OLE color: 7366768.

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

Color convert

RGB112104112-
CMYK00.0700.56
HSL300º3.7%42.35%-
HSV(B)300º7.14%43.92%-
XYZ14.5614.5217.36-
YUV107.3130.65131.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=34.15%
G=31.71%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210411200.0700.563003.742.35
Hex7068700703812c42a
Octal16015016007070454452
Binary11100001101000111000001110111000100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706870; }

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

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

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

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

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

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

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

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