Html Css Color HEX #707966 Willow Grove

📋 copy color: '#707966'

red 112 ◦ green 121 ◦ blue 102

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

Shades of Willow Grove #707966

Tints of Willow Grove #707966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 33.43%
G = 36.12%
B = 30.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#707966 (or 0x707966) is known color: Willow Grove. HEX triplet: 70, 79 and 66. RGB value is (112,121,102). Sum of RGB (Red+Green+Blue) = 112+121+102=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #707966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707966 is #8F8699. Grayscale: #747474. Windows color (decimal): -9406106 or 6715760. OLE color: 6715760.

HSL color Cylindrical-coordinate representation of color #707966: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707966 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 102 -
CMYK 0.07 0 0.16 0.53
HSL 88.42º 0.09% 0.44% -
HSV(B) 88.42º 0.16% 0.47% -
XYZ 15.92 18.08 15.22 -
YUV 116.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 112 121 102 0.07 0 0.16 0.53 88.42 0.09 0.44
Hex 70 79 66 7 0 10 35 58 9 2C
Octal 160 171 146 7 0 20 65 130 11 54
Binary 1110000 1111001 1100110 111 0 10000 110101 1011000 1001 101100

Color Harmonies of #707966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707966

Black with #707966

Text Example


Text Example

White with #707966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707966; }

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

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

background-color css

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

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

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

border-color css

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

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

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