#70825E

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

Shades of Willow Grove #70825E

Tints of Willow Grove #70825E

Color information

#70825E (or 0x70825E) is unknown color: approx Willow Grove. HEX triplet: 70, 82 and 5E. RGB value is (112,130,94). Sum of RGB (Red+Green+Blue) = 112+130+94=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #70825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70825E is #8F7DA1. Grayscale: #787878. Windows color (decimal): -9403810 or 6193776. OLE color: 6193776.

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

Color convert

RGB11213094-
CMYK0.1400.280.49
HSL90º16.07%43.92%-
HSV(B)90º27.69%50.98%-
XYZ16.6920.2213.61-
YUV120.51113.04121.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=33.33%
G=38.69%
B=27.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130940.1400.280.499016.0743.92
Hex70825EE01C315a102c
Octal16020213616034611322054
Binary11100001000001010111101110011100110001101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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