Html Css Color HEX #707C57 Willow Grove

📋 copy color: '#707C57'

red 112 ◦ green 124 ◦ blue 87

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

Shades of Willow Grove #707C57

Tints of Willow Grove #707C57

RGB

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

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

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

R = 34.67%
G = 38.39%
B = 26.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#707C57 (or 0x707C57) is known color: Willow Grove. HEX triplet: 70, 7C and 57. RGB value is (112,124,87). Sum of RGB (Red+Green+Blue) = 112+124+87=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #707C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C57 is #8F83A8. Grayscale: #747474. Windows color (decimal): -9405353 or 5733488. OLE color: 5733488.

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

Color convert

RGB 112 124 87 -
CMYK 0.10 0 0.30 0.51
HSL 79.46º 0.18% 0.41% -
HSV(B) 79.46º 0.3% 0.49% -
XYZ 15.61 18.55 11.77 -
YUV 116.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 112 124 87 0.10 0 0.30 0.51 79.46 0.18 0.41
Hex 70 7C 57 A 0 1E 33 4F 12 29
Octal 160 174 127 12 0 36 63 117 22 51
Binary 1110000 1111100 1010111 1010 0 11110 110011 1001111 10010 101001

Color Harmonies of #707C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C57

Black with #707C57

Text Example


Text Example

White with #707C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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