#708053

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

Shades of Willow Grove #708053

Tints of Willow Grove #708053

Color information

#708053 (or 0x708053) is unknown color: approx Willow Grove. HEX triplet: 70, 80 and 53. RGB value is (112,128,83). Sum of RGB (Red+Green+Blue) = 112+128+83=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #708053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708053 is #8F7FAC. Grayscale: #767676. Windows color (decimal): -9404333 or 5472368. OLE color: 5472368.

HSL color Cylindrical-coordinate representation of color #708053: hue angle of 81.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708053 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB11212883-
CMYK0.1200.350.50
HSL81.33º21.33%41.37%-
HSV(B)81.33º35.16%50.2%-
XYZ15.9619.5111.11-
YUV118.09108.2123.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=34.67%
G=39.63%
B=25.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128830.1200.350.5081.3321.3341.37
Hex708053C02332511529
Octal16020012314043621212551
Binary111000010000000101001111000100011110010101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708053; }

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

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

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

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

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

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

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

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