#708653

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

Shades of Willow Grove #708653

Tints of Willow Grove #708653

Color information

#708653 (or 0x708653) is unknown color: approx Willow Grove. HEX triplet: 70, 86 and 53. RGB value is (112,134,83). Sum of RGB (Red+Green+Blue) = 112+134+83=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #708653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708653 is #8F79AC. Grayscale: #797979. Windows color (decimal): -9402797 or 5473904. OLE color: 5473904.

HSL color Cylindrical-coordinate representation of color #708653: hue angle of 85.88º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708653 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB11213483-
CMYK0.1600.380.47
HSL85.88º23.5%42.55%-
HSV(B)85.88º38.06%52.55%-
XYZ16.7721.1211.38-
YUV121.61106.21121.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=34.04%
G=40.73%
B=25.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134830.1600.380.4785.8823.542.55
Hex708653100262F56182b
Octal16020612320046571263053
Binary1110000100001101010011100000100110101111101011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708653; }

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

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

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

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

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

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

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

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