#708151

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

Shades of Willow Grove #708151

Tints of Willow Grove #708151

Color information

#708151 (or 0x708151) is unknown color: approx Willow Grove. HEX triplet: 70, 81 and 51. RGB value is (112,129,81). Sum of RGB (Red+Green+Blue) = 112+129+81=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #708151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708151 is #8F7EAE. Grayscale: #767676. Windows color (decimal): -9404079 or 5341552. OLE color: 5341552.

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

Color convert

RGB11212981-
CMYK0.1300.370.49
HSL81.25º22.86%41.18%-
HSV(B)81.25º37.21%50.59%-
XYZ16.0219.7410.75-
YUV118.44106.87123.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=34.78%
G=40.06%
B=25.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129810.1300.370.4981.2522.8641.18
Hex708151D02531511729
Octal16020112115045611212751
Binary111000010000001101000111010100101110001101000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708151; }

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

 H1.HeaderClassName
 {
   color: #708151;
 }
 .AnyTagClassName
 {
   color: #708151;
 }
</style>
background-color css

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

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

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

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

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

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