#708451

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

Shades of Willow Grove #708451

Tints of Willow Grove #708451

Color information

#708451 (or 0x708451) is unknown color: approx Willow Grove. HEX triplet: 70, 84 and 51. RGB value is (112,132,81). Sum of RGB (Red+Green+Blue) = 112+132+81=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #708451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708451 is #8F7BAE. Grayscale: #787878. Windows color (decimal): -9403311 or 5342320. OLE color: 5342320.

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

Color convert

RGB11213281-
CMYK0.1500.390.48
HSL83.53º23.94%41.76%-
HSV(B)83.53º38.64%51.76%-
XYZ16.4220.5410.88-
YUV120.21105.87122.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=34.46%
G=40.62%
B=24.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132810.1500.390.4883.5323.9441.76
Hex708451F0273054182a
Octal16020412117047601243052
Binary111000010000100101000111110100111110000101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708451; }

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

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

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

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

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

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

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

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