Html Css Color HEX #706670 Old Lavender

📋 copy color: '#706670'

red 112 ◦ green 102 ◦ blue 112

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

Shades of Old Lavender #706670

Tints of Old Lavender #706670

RGB

 RED value IS 112 (44.14% from 255) = 34.36%

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 34.36%
G = 31.29%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706670 (or 0x706670) is known color: Old Lavender. HEX triplet: 70, 66 and 70. RGB value is (112,102,112). Sum of RGB (Red+Green+Blue) = 112+102+112=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706670 is #8F998F. Grayscale: #6A6A6A. Windows color (decimal): -9410960 or 7366256. OLE color: 7366256.

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

Color convert

RGB 112 102 112 -
CMYK 0 0.09 0 0.56
HSL 300º 0.05% 0.42% -
HSV(B) 300º 0.09% 0.44% -
XYZ 14.36 14.12 17.3 -
YUV 106.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 112 102 112 0 0.09 0 0.56 300 0.05 0.42
Hex 70 66 70 0 9 0 38 12C 5 2A
Octal 160 146 160 0 11 0 70 454 5 52
Binary 1110000 1100110 1110000 0 1001 0 111000 100101100 101 101010

Color Harmonies of #706670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706670

Black with #706670

Text Example


Text Example

White with #706670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706670; }

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

 H1.HeaderClassName
 {
   color: #706670;
 }
 .AnyTagClassName
 {
   color: #706670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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