Html Css Color HEX #706870 Old Lavender

📋 copy color: '#706870'

red 112 ◦ green 104 ◦ blue 112

#706870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #706870

Tints of Old Lavender #706870

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 value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706870 (or 0x706870) is known color: 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

RGB 112 104 112 -
CMYK 0 0.07 0 0.56
HSL 300º 0.04% 0.42% -
HSV(B) 300º 0.07% 0.44% -
XYZ 14.56 14.52 17.36 -
YUV 107.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 112 104 112 0 0.07 0 0.56 300 0.04 0.42
Hex 70 68 70 0 7 0 38 12C 4 2A
Octal 160 150 160 0 7 0 70 454 4 52
Binary 1110000 1101000 1110000 0 111 0 111000 100101100 100 101010

Color Harmonies of #706870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706870

Black with #706870

Text Example


Text Example

White with #706870

Text Example


Text Example

HTML Codes & Css Web 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>