Html Css Color HEX #707C59 Willow Grove

📋 copy color: '#707C59'

red 112 ◦ green 124 ◦ blue 89

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

Shades of Willow Grove #707C59

Tints of Willow Grove #707C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 34.46%
G = 38.15%
B = 27.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#707C59 (or 0x707C59) is known color: Willow Grove. HEX triplet: 70, 7C and 59. RGB value is (112,124,89). Sum of RGB (Red+Green+Blue) = 112+124+89=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #707C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C59 is #8F83A6. Grayscale: #747474. Windows color (decimal): -9405351 or 5864560. OLE color: 5864560.

HSL color Cylindrical-coordinate representation of color #707C59: hue angle of 80.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707C59 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 89 -
CMYK 0.10 0 0.28 0.51
HSL 80.57º 0.16% 0.42% -
HSV(B) 80.57º 0.28% 0.49% -
XYZ 15.69 18.58 12.21 -
YUV 116.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 112 124 89 0.10 0 0.28 0.51 80.57 0.16 0.42
Hex 70 7C 59 A 0 1C 33 51 10 2A
Octal 160 174 131 12 0 34 63 121 20 52
Binary 1110000 1111100 1011001 1010 0 11100 110011 1010001 10000 101010

Color Harmonies of #707C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C59

Black with #707C59

Text Example


Text Example

White with #707C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C59; }

 p { color: rgb(112,124,89); }

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

background-color css

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

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

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

border-color css

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

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

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