Html Css Color HEX #706170 Old Lavender

📋 copy color: '#706170'

red 112 ◦ green 97 ◦ blue 112

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

Shades of Old Lavender #706170

Tints of Old Lavender #706170

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

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 97 112 -
CMYK 0 0.13 0 0.56
HSL 300º 0.07% 0.41% -
HSV(B) 300º 0.13% 0.44% -
XYZ 13.88 13.16 17.14 -
YUV 103.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 112 97 112 0 0.13 0 0.56 300 0.07 0.41
Hex 70 61 70 0 D 0 38 12C 7 29
Octal 160 141 160 0 15 0 70 454 7 51
Binary 1110000 1100001 1110000 0 1101 0 111000 100101100 111 101001

Color Harmonies of #706170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706170

Black with #706170

Text Example


Text Example

White with #706170

Text Example


Text Example

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