#708453

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

Shades of Willow Grove #708453

Tints of Willow Grove #708453

Color information

#708453 (or 0x708453) is unknown color: approx Willow Grove. HEX triplet: 70, 84 and 53. RGB value is (112,132,83). Sum of RGB (Red+Green+Blue) = 112+132+83=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #708453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708453 is #8F7BAC. Grayscale: #787878. Windows color (decimal): -9403309 or 5473392. OLE color: 5473392.

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

Color convert

RGB11213283-
CMYK0.1500.370.48
HSL84.49º22.79%42.16%-
HSV(B)84.49º37.12%51.76%-
XYZ16.4920.5711.29-
YUV120.43106.87121.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=34.25%
G=40.37%
B=25.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132830.1500.370.4884.4922.7942.16
Hex708453F0253054172a
Octal16020412317045601242752
Binary111000010000100101001111110100101110000101010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708453; }

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

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

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

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

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

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

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

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