#70804F

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

Shades of Willow Grove #70804F

Tints of Willow Grove #70804F

Color information

#70804F (or 0x70804F) is unknown color: approx Willow Grove. HEX triplet: 70, 80 and 4F. RGB value is (112,128,79). Sum of RGB (Red+Green+Blue) = 112+128+79=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #70804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70804F is #8F7FB0. Grayscale: #757575. Windows color (decimal): -9404337 or 5210224. OLE color: 5210224.

HSL color Cylindrical-coordinate representation of color #70804F: hue angle of 79.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70804F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11212879-
CMYK0.1200.380.50
HSL79.59º23.67%40.59%-
HSV(B)79.59º38.28%50.2%-
XYZ15.8119.4510.32-
YUV117.63106.2123.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=35.11%
G=40.13%
B=24.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128790.1200.380.5079.5923.6740.59
Hex70804FC02632501829
Octal16020011714046621203051
Binary111000010000000100111111000100110110010101000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70804F; }

 p { color: rgb(112,128,79); }

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

<style>
 a { background-color: #70804F; }

 a { background-color: rgb(112,128,79); }

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

<style>
 span { border-color: #70804F; }

 span { border-color: rgb(112,128,79); }

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