#708351

Color #708351 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #708351

Tints of Willow Grove #708351

Color information

#708351 (or 0x708351) is unknown color: approx 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

RGB11213181-
CMYK0.1500.380.49
HSL82.8º23.58%41.57%-
HSV(B)82.8º38.17%51.37%-
XYZ16.2820.2710.84-
YUV119.62106.21122.57-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131810.1500.380.4982.823.5841.57
Hex708351F0263153182a
Octal16020312117046611233052
Binary111000010000011101000111110100110110001101001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>