Html Css Color HEX #707D56 Willow Grove

📋 copy color: '#707D56'

red 112 ◦ green 125 ◦ blue 86

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

Shades of Willow Grove #707D56

Tints of Willow Grove #707D56

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 34.67%
G = 38.7%
B = 26.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#707D56 (or 0x707D56) is known color: Willow Grove. HEX triplet: 70, 7D and 56. RGB value is (112,125,86). Sum of RGB (Red+Green+Blue) = 112+125+86=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 125 - color contains mainly: green. Hex color #707D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D56 is #8F82A9. Grayscale: #747474. Windows color (decimal): -9405098 or 5668208. OLE color: 5668208.

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

Color convert

RGB 112 125 86 -
CMYK 0.10 0 0.31 0.51
HSL 80º 0.18% 0.41% -
HSV(B) 80º 0.31% 0.49% -
XYZ 15.7 18.78 11.6 -
YUV 116.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 112 125 86 0.10 0 0.31 0.51 80 0.18 0.41
Hex 70 7D 56 A 0 1F 33 50 12 29
Octal 160 175 126 12 0 37 63 120 22 51
Binary 1110000 1111101 1010110 1010 0 11111 110011 1010000 10010 101001

Color Harmonies of #707D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D56

Black with #707D56

Text Example


Text Example

White with #707D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,86); }

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

background-color css

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

 a { background-color: rgb(112,125,86); }

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

border-color css

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

 span { border-color: rgb(112,125,86); }

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