#70845B

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

Shades of Willow Grove #70845B

Tints of Willow Grove #70845B

Color information

#70845B (or 0x70845B) is unknown color: approx Willow Grove. HEX triplet: 70, 84 and 5B. RGB value is (112,132,91). Sum of RGB (Red+Green+Blue) = 112+132+91=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #70845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70845B is #8F7BA4. Grayscale: #797979. Windows color (decimal): -9403301 or 5997680. OLE color: 5997680.

HSL color Cylindrical-coordinate representation of color #70845B: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70845B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB11213291-
CMYK0.1500.310.48
HSL89.27º18.39%43.73%-
HSV(B)89.27º31.06%51.76%-
XYZ16.8220.713.01-
YUV121.35110.87121.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=33.43%
G=39.40%
B=27.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132910.1500.310.4889.2718.3943.73
Hex70845BF01F3059122c
Octal16020413317037601312254
Binary11100001000010010110111111011111110000101100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70845B; }

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

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

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

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

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

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

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

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