Html Css Color HEX #707965 Willow Grove

📋 copy color: '#707965'

red 112 ◦ green 121 ◦ blue 101

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

Shades of Willow Grove #707965

Tints of Willow Grove #707965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 33.53%
G = 36.23%
B = 30.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#707965 (or 0x707965) is known color: Willow Grove. HEX triplet: 70, 79 and 65. RGB value is (112,121,101). Sum of RGB (Red+Green+Blue) = 112+121+101=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #707965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707965 is #8F869A. Grayscale: #747474. Windows color (decimal): -9406107 or 6650224. OLE color: 6650224.

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

Color convert

RGB 112 121 101 -
CMYK 0.07 0 0.17 0.53
HSL 87º 0.09% 0.44% -
HSV(B) 87º 0.17% 0.47% -
XYZ 15.87 18.06 14.96 -
YUV 116.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 112 121 101 0.07 0 0.17 0.53 87 0.09 0.44
Hex 70 79 65 7 0 11 35 57 9 2C
Octal 160 171 145 7 0 21 65 127 11 54
Binary 1110000 1111001 1100101 111 0 10001 110101 1010111 1001 101100

Color Harmonies of #707965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707965

Black with #707965

Text Example


Text Example

White with #707965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707965; }

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

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

background-color css

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

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

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

border-color css

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

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

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