#708050

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

Shades of Willow Grove #708050

Tints of Willow Grove #708050

Color information

#708050 (or 0x708050) is unknown color: approx Willow Grove. HEX triplet: 70, 80 and 50. RGB value is (112,128,80). Sum of RGB (Red+Green+Blue) = 112+128+80=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #708050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708050 is #8F7FAF. Grayscale: #757575. Windows color (decimal): -9404336 or 5275760. OLE color: 5275760.

HSL color Cylindrical-coordinate representation of color #708050: hue angle of 80º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708050 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11212880-
CMYK0.1200.380.50
HSL80º23.08%40.78%-
HSV(B)80º37.5%50.2%-
XYZ15.8519.4610.51-
YUV117.74106.7123.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 25%
R=35%
G=40%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128800.1200.380.508023.0840.78
Hex708050C02632501729
Octal16020012014046621202751
Binary111000010000000101000011000100110110010101000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708050; }

 p { color: rgb(112,128,80); }

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

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

 a { background-color: rgb(112,128,80); }

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

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

 span { border-color: rgb(112,128,80); }

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