#708553

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

Shades of Willow Grove #708553

Tints of Willow Grove #708553

Color information

#708553 (or 0x708553) is unknown color: approx Willow Grove. HEX triplet: 70, 85 and 53. RGB value is (112,133,83). Sum of RGB (Red+Green+Blue) = 112+133+83=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #708553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708553 is #8F7AAC. Grayscale: #797979. Windows color (decimal): -9403053 or 5473648. OLE color: 5473648.

HSL color Cylindrical-coordinate representation of color #708553: hue angle of 85.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708553 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB11213383-
CMYK0.1600.380.48
HSL85.2º23.15%42.35%-
HSV(B)85.2º37.59%52.16%-
XYZ16.6320.8411.33-
YUV121.02106.54121.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=34.15%
G=40.55%
B=25.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133830.1600.380.4885.223.1542.35
Hex708553100263055172a
Octal16020512320046601252752
Binary1110000100001011010011100000100110110000101010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708553; }

 p { color: rgb(112,133,83); }

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

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

 a { background-color: rgb(112,133,83); }

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

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

 span { border-color: rgb(112,133,83); }

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