#708551

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

Shades of Willow Grove #708551

Tints of Willow Grove #708551

Color information

#708551 (or 0x708551) is unknown color: approx Willow Grove. HEX triplet: 70, 85 and 51. RGB value is (112,133,81). Sum of RGB (Red+Green+Blue) = 112+133+81=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #708551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708551 is #8F7AAE. Grayscale: #787878. Windows color (decimal): -9403055 or 5342576. OLE color: 5342576.

HSL color Cylindrical-coordinate representation of color #708551: hue angle of 84.23º 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 #708551 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB11213381-
CMYK0.1600.390.48
HSL84.23º24.3%41.96%-
HSV(B)84.23º39.1%52.16%-
XYZ16.5520.8110.93-
YUV120.79105.54121.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=34.36%
G=40.80%
B=24.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133810.1600.390.4884.2324.341.96
Hex708551100273054182a
Octal16020512120047601243052
Binary1110000100001011010001100000100111110000101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708551; }

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

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

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

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

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

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

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

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