#708158

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

Shades of Willow Grove #708158

Tints of Willow Grove #708158

Color information

#708158 (or 0x708158) is unknown color: approx Willow Grove. HEX triplet: 70, 81 and 58. RGB value is (112,129,88). Sum of RGB (Red+Green+Blue) = 112+129+88=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #708158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708158 is #8F7EA7. Grayscale: #777777. Windows color (decimal): -9404072 or 5800304. OLE color: 5800304.

HSL color Cylindrical-coordinate representation of color #708158: hue angle of 84.88º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708158 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB11212988-
CMYK0.1300.320.49
HSL84.88º18.89%42.55%-
HSV(B)84.88º31.78%50.59%-
XYZ16.2919.8512.21-
YUV119.24110.37122.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=34.04%
G=39.21%
B=26.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129880.1300.320.4984.8818.8942.55
Hex708158D0203155132b
Octal16020113015040611252353
Binary111000010000001101100011010100000110001101010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708158; }

 p { color: rgb(112,129,88); }

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

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

 a { background-color: rgb(112,129,88); }

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

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

 span { border-color: rgb(112,129,88); }

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