#70824E

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

Shades of Willow Grove #70824E

Tints of Willow Grove #70824E

Color information

#70824E (or 0x70824E) is unknown color: approx Willow Grove. HEX triplet: 70, 82 and 4E. RGB value is (112,130,78). Sum of RGB (Red+Green+Blue) = 112+130+78=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #70824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70824E is #8F7DB1. Grayscale: #767676. Windows color (decimal): -9403826 or 5145200. OLE color: 5145200.

HSL color Cylindrical-coordinate representation of color #70824E: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70824E is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11213078-
CMYK0.1400.400.49
HSL80.77º25%40.78%-
HSV(B)80.77º40%50.98%-
XYZ16.0419.9610.22-
YUV118.69105.04123.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=35%
G=40.62%
B=24.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130780.1400.400.4980.772540.78
Hex70824EE02831511929
Octal16020211616050611213151
Binary111000010000010100111011100101000110001101000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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