Html Css Color HEX #708257 Willow Grove

📋 copy color: '#708257'

red 112 ◦ green 130 ◦ blue 87

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

Shades of Willow Grove #708257

Tints of Willow Grove #708257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 34.04%
G = 39.51%
B = 26.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#708257 (or 0x708257) is known color: Willow Grove. HEX triplet: 70, 82 and 57. RGB value is (112,130,87). Sum of RGB (Red+Green+Blue) = 112+130+87=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #708257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708257 is #8F7DA8. Grayscale: #777777. Windows color (decimal): -9403817 or 5735024. OLE color: 5735024.

HSL color Cylindrical-coordinate representation of color #708257: hue angle of 85.12º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708257 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 87 -
CMYK 0.14 0 0.33 0.49
HSL 85.12º 0.2% 0.43% -
HSV(B) 85.12º 0.33% 0.51% -
XYZ 16.39 20.1 12.03 -
YUV 119.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 112 130 87 0.14 0 0.33 0.49 85.12 0.2 0.43
Hex 70 82 57 E 0 21 31 55 14 2B
Octal 160 202 127 16 0 41 61 125 24 53
Binary 1110000 10000010 1010111 1110 0 100001 110001 1010101 10100 101011

Color Harmonies of #708257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708257

Black with #708257

Text Example


Text Example

White with #708257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708257; }

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

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

background-color css

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

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

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

border-color css

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

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

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