Html Css Color HEX #708156 Willow Grove

📋 copy color: '#708156'

red 112 ◦ green 129 ◦ blue 86

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

Shades of Willow Grove #708156

Tints of Willow Grove #708156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 34.25%
G = 39.45%
B = 26.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#708156 (or 0x708156) is known color: Willow Grove. HEX triplet: 70, 81 and 56. RGB value is (112,129,86). Sum of RGB (Red+Green+Blue) = 112+129+86=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #708156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708156 is #8F7EA9. Grayscale: #777777. Windows color (decimal): -9404074 or 5669232. OLE color: 5669232.

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

Color convert

RGB 112 129 86 -
CMYK 0.13 0 0.33 0.49
HSL 83.72º 0.2% 0.42% -
HSV(B) 83.72º 0.33% 0.51% -
XYZ 16.21 19.82 11.77 -
YUV 119.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 112 129 86 0.13 0 0.33 0.49 83.72 0.2 0.42
Hex 70 81 56 D 0 21 31 54 14 2A
Octal 160 201 126 15 0 41 61 124 24 52
Binary 1110000 10000001 1010110 1101 0 100001 110001 1010100 10100 101010

Color Harmonies of #708156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708156

Black with #708156

Text Example


Text Example

White with #708156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708156; }

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

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

background-color css

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

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

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

border-color css

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

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

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