#70825C

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

Shades of Willow Grove #70825C

Tints of Willow Grove #70825C

Color information

#70825C (or 0x70825C) is unknown color: approx Willow Grove. HEX triplet: 70, 82 and 5C. RGB value is (112,130,92). Sum of RGB (Red+Green+Blue) = 112+130+92=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #70825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70825C is #8F7DA3. Grayscale: #787878. Windows color (decimal): -9403812 or 6062704. OLE color: 6062704.

HSL color Cylindrical-coordinate representation of color #70825C: hue angle of 88.42º 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 #70825C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11213092-
CMYK0.1400.290.49
HSL88.42º17.12%43.53%-
HSV(B)88.42º29.23%50.98%-
XYZ16.620.1813.15-
YUV120.29112.04122.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=33.53%
G=38.92%
B=27.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130920.1400.290.4988.4217.1243.53
Hex70825CE01D3158112c
Octal16020213416035611302154
Binary11100001000001010111001110011101110001101100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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