#708650

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

Shades of Willow Grove #708650

Tints of Willow Grove #708650

Color information

#708650 (or 0x708650) is unknown color: approx Willow Grove. HEX triplet: 70, 86 and 50. RGB value is (112,134,80). Sum of RGB (Red+Green+Blue) = 112+134+80=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #708650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708650 is #8F79AF. Grayscale: #797979. Windows color (decimal): -9402800 or 5277296. OLE color: 5277296.

HSL color Cylindrical-coordinate representation of color #708650: hue angle of 84.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708650 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11213480-
CMYK0.1600.400.47
HSL84.44º25.23%41.96%-
HSV(B)84.44º40.3%52.55%-
XYZ16.6621.0710.78-
YUV121.27104.71121.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=34.36%
G=41.10%
B=24.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134800.1600.400.4784.4425.2341.96
Hex708650100282F54192a
Octal16020612020050571243152
Binary1110000100001101010000100000101000101111101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708650; }

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

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

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

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

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

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

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

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