#706E70

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

Shades of Old Lavender #706E70

Tints of Old Lavender #706E70

Color information

#706E70 (or 0x706E70) is unknown color: approx Old Lavender. HEX triplet: 70, 6E and 70. RGB value is (112,110,112). Sum of RGB (Red+Green+Blue) = 112+110+112=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E70 is #8F918F. Grayscale: #6E6E6E. Windows color (decimal): -9408912 or 7368304. OLE color: 7368304.

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

Color convert

RGB112110112-
CMYK00.0200.56
HSL300º0.9%43.53%-
HSV(B)300º1.79%43.92%-
XYZ15.1815.7717.57-
YUV110.83128.66128.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=33.53%
G=32.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211011200.0200.563000.943.53
Hex706E700203812c12c
Octal16015616002070454154
Binary11100001101110111000001001110001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E70; }

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

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

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

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

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

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

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

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