#706470

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

Shades of Old Lavender #706470

Tints of Old Lavender #706470

Color information

#706470 (or 0x706470) is unknown color: approx Old Lavender. HEX triplet: 70, 64 and 70. RGB value is (112,100,112). Sum of RGB (Red+Green+Blue) = 112+100+112=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706470 is #8F9B8F. Grayscale: #686868. Windows color (decimal): -9411472 or 7365744. OLE color: 7365744.

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

Color convert

RGB112100112-
CMYK00.1100.56
HSL300º5.66%41.57%-
HSV(B)300º10.71%43.92%-
XYZ14.1613.7317.23-
YUV104.96131.98133.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210011200.1100.563005.6641.57
Hex7064700B03812c62a
Octal160144160013070454652
Binary111000011001001110000010110111000100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706470; }

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

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

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

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

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

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

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

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