Html Css Color HEX #707569 Willow Grove

📋 copy color: '#707569'

red 112 ◦ green 117 ◦ blue 105

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

Shades of Willow Grove #707569

Tints of Willow Grove #707569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 33.53%
G = 35.03%
B = 31.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#707569 (or 0x707569) is known color: Willow Grove. HEX triplet: 70, 75 and 69. RGB value is (112,117,105). Sum of RGB (Red+Green+Blue) = 112+117+105=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #707569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707569 is #8F8A96. Grayscale: #727272. Windows color (decimal): -9407127 or 6911344. OLE color: 6911344.

HSL color Cylindrical-coordinate representation of color #707569: hue angle of 85º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707569 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 105 -
CMYK 0.04 0 0.10 0.54
HSL 85º 0.05% 0.44% -
HSV(B) 85º 0.1% 0.46% -
XYZ 15.59 17.19 15.86 -
YUV 114.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 112 117 105 0.04 0 0.10 0.54 85 0.05 0.44
Hex 70 75 69 4 0 A 36 55 5 2C
Octal 160 165 151 4 0 12 66 125 5 54
Binary 1110000 1110101 1101001 100 0 1010 110110 1010101 101 101100

Color Harmonies of #707569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707569

Black with #707569

Text Example


Text Example

White with #707569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707569; }

 p { color: rgb(112,117,105); }

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

background-color css

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

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

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

border-color css

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

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

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