Html Css Color HEX #708351 Willow Grove

📋 copy color: '#708351'

red 112 ◦ green 131 ◦ blue 81

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

Shades of Willow Grove #708351

Tints of Willow Grove #708351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 34.57%
G = 40.43%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#708351 (or 0x708351) is known color: Willow Grove. HEX triplet: 70, 83 and 51. RGB value is (112,131,81). Sum of RGB (Red+Green+Blue) = 112+131+81=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #708351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708351 is #8F7CAE. Grayscale: #777777. Windows color (decimal): -9403567 or 5342064. OLE color: 5342064.

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

Color convert

RGB 112 131 81 -
CMYK 0.15 0 0.38 0.49
HSL 82.8º 0.24% 0.42% -
HSV(B) 82.8º 0.38% 0.51% -
XYZ 16.28 20.27 10.84 -
YUV 119.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 112 131 81 0.15 0 0.38 0.49 82.8 0.24 0.42
Hex 70 83 51 F 0 26 31 53 18 2A
Octal 160 203 121 17 0 46 61 123 30 52
Binary 1110000 10000011 1010001 1111 0 100110 110001 1010011 11000 101010

Color Harmonies of #708351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708351

Black with #708351

Text Example


Text Example

White with #708351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708351; }

 p { color: rgb(112,131,81); }

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

background-color css

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

 a { background-color: rgb(112,131,81); }

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

border-color css

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

 span { border-color: rgb(112,131,81); }

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