#70835C

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

Shades of Willow Grove #70835C

Tints of Willow Grove #70835C

Color information

#70835C (or 0x70835C) is unknown color: approx Willow Grove. HEX triplet: 70, 83 and 5C. RGB value is (112,131,92). Sum of RGB (Red+Green+Blue) = 112+131+92=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #70835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70835C is #8F7CA3. Grayscale: #797979. Windows color (decimal): -9403556 or 6062960. OLE color: 6062960.

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

Color convert

RGB11213192-
CMYK0.1500.300.49
HSL89.23º17.49%43.73%-
HSV(B)89.23º29.77%51.37%-
XYZ16.7320.4513.19-
YUV120.87111.71121.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=33.43%
G=39.10%
B=27.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131920.1500.300.4989.2317.4943.73
Hex70835CF01E3159112c
Octal16020313417036611312154
Binary11100001000001110111001111011110110001101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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