#70835D

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

Shades of Willow Grove #70835D

Tints of Willow Grove #70835D

Color information

#70835D (or 0x70835D) is unknown color: approx Willow Grove. HEX triplet: 70, 83 and 5D. RGB value is (112,131,93). Sum of RGB (Red+Green+Blue) = 112+131+93=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #70835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70835D is #8F7CA2. Grayscale: #797979. Windows color (decimal): -9403555 or 6128496. OLE color: 6128496.

HSL color Cylindrical-coordinate representation of color #70835D: hue angle of 90º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70835D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11213193-
CMYK0.1500.290.49
HSL90º16.96%43.92%-
HSV(B)90º29.01%51.37%-
XYZ16.7720.4713.42-
YUV120.99112.21121.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=33.33%
G=38.99%
B=27.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131930.1500.290.499016.9643.92
Hex70835DF01D315a112c
Octal16020313517035611322154
Binary11100001000001110111011111011101110001101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70835D; }

 p { color: rgb(112,131,93); }

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

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

 a { background-color: rgb(112,131,93); }

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

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

 span { border-color: rgb(112,131,93); }

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