#708455

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

Shades of Willow Grove #708455

Tints of Willow Grove #708455

Color information

#708455 (or 0x708455) is unknown color: approx Willow Grove. HEX triplet: 70, 84 and 55. RGB value is (112,132,85). Sum of RGB (Red+Green+Blue) = 112+132+85=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #708455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708455 is #8F7BAA. Grayscale: #787878. Windows color (decimal): -9403307 or 5604464. OLE color: 5604464.

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

Color convert

RGB11213285-
CMYK0.1500.360.48
HSL85.53º21.66%42.55%-
HSV(B)85.53º35.61%51.76%-
XYZ16.5720.611.7-
YUV120.66107.87121.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=34.04%
G=40.12%
B=25.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132850.1500.360.4885.5321.6642.55
Hex708455F0243056162b
Octal16020412517044601262653
Binary111000010000100101010111110100100110000101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708455; }

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

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

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

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

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

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

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

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