Html Css Color HEX #706070 Old Lavender

📋 copy color: '#706070'

red 112 ◦ green 96 ◦ blue 112

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

Shades of Old Lavender #706070

Tints of Old Lavender #706070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 35%
G = 30%
B = 35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706070 (or 0x706070) is known color: Old Lavender. HEX triplet: 70, 60 and 70. RGB value is (112,96,112). Sum of RGB (Red+Green+Blue) = 112+96+112=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706070 is #8F9F8F. Grayscale: #666666. Windows color (decimal): -9412496 or 7364720. OLE color: 7364720.

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

Color convert

RGB 112 96 112 -
CMYK 0 0.14 0 0.56
HSL 300º 0.08% 0.41% -
HSV(B) 300º 0.14% 0.44% -
XYZ 13.79 12.98 17.11 -
YUV 102.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 112 96 112 0 0.14 0 0.56 300 0.08 0.41
Hex 70 60 70 0 E 0 38 12C 8 29
Octal 160 140 160 0 16 0 70 454 10 51
Binary 1110000 1100000 1110000 0 1110 0 111000 100101100 1000 101001

Color Harmonies of #706070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706070

Black with #706070

Text Example


Text Example

White with #706070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706070; }

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

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

background-color css

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

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

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

border-color css

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

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

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