Html Css Color HEX #707469 Willow Grove

📋 copy color: '#707469'

red 112 ◦ green 116 ◦ blue 105

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

Shades of Willow Grove #707469

Tints of Willow Grove #707469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

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

R = 33.63%
G = 34.83%
B = 31.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#707469 (or 0x707469) is known color: Willow Grove. HEX triplet: 70, 74 and 69. RGB value is (112,116,105). Sum of RGB (Red+Green+Blue) = 112+116+105=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #707469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707469 is #8F8B96. Grayscale: #717171. Windows color (decimal): -9407383 or 6911088. OLE color: 6911088.

HSL color Cylindrical-coordinate representation of color #707469: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #707469 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 105 -
CMYK 0.03 0 0.09 0.55
HSL 81.82º 0.05% 0.43% -
HSV(B) 81.82º 0.09% 0.45% -
XYZ 15.48 16.96 15.82 -
YUV 113.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 112 116 105 0.03 0 0.09 0.55 81.82 0.05 0.43
Hex 70 74 69 3 0 9 37 52 5 2B
Octal 160 164 151 3 0 11 67 122 5 53
Binary 1110000 1110100 1101001 11 0 1001 110111 1010010 101 101011

Color Harmonies of #707469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707469

Black with #707469

Text Example


Text Example

White with #707469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707469; }

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

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

background-color css

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

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

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

border-color css

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

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

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