Html Css Color HEX #707E57 Willow Grove

📋 copy color: '#707E57'

red 112 ◦ green 126 ◦ blue 87

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

Shades of Willow Grove #707E57

Tints of Willow Grove #707E57

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 34.46%
G = 38.77%
B = 26.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#707E57 (or 0x707E57) is known color: Willow Grove. HEX triplet: 70, 7E and 57. RGB value is (112,126,87). Sum of RGB (Red+Green+Blue) = 112+126+87=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #707E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E57 is #8F81A8. Grayscale: #757575. Windows color (decimal): -9404841 or 5734000. OLE color: 5734000.

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

Color convert

RGB 112 126 87 -
CMYK 0.11 0 0.31 0.51
HSL 81.54º 0.18% 0.42% -
HSV(B) 81.54º 0.31% 0.49% -
XYZ 15.86 19.05 11.86 -
YUV 117.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 112 126 87 0.11 0 0.31 0.51 81.54 0.18 0.42
Hex 70 7E 57 B 0 1F 33 52 12 2A
Octal 160 176 127 13 0 37 63 122 22 52
Binary 1110000 1111110 1010111 1011 0 11111 110011 1010010 10010 101010

Color Harmonies of #707E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E57

Black with #707E57

Text Example


Text Example

White with #707E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,126,87); }

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

background-color css

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

 a { background-color: rgb(112,126,87); }

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

border-color css

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

 span { border-color: rgb(112,126,87); }

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