#70783D

Color #70783D Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #70783D

Tints of Woodland #70783D

Color information

#70783D (or 0x70783D) is unknown color: approx Woodland. HEX triplet: 70, 78 and 3D. RGB value is (112,120,61). Sum of RGB (Red+Green+Blue) = 112+120+61=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #70783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783D is #8F87C2. Grayscale: #6F6F6F. Windows color (decimal): -9406403 or 4028528. OLE color: 4028528.

HSL color Cylindrical-coordinate representation of color #70783D: hue angle of 68.14º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70783D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11212061-
CMYK0.0700.490.53
HSL68.14º32.6%35.49%-
HSV(B)68.14º49.17%47.06%-
XYZ14.2417.216.99-
YUV110.8899.85128.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=38.23%
G=40.96%
B=20.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120610.0700.490.5368.1432.635.49
Hex70783D703135442123
Octal160170757061651044143
Binary1110000111100011110111101100011101011000100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70783D; }

 p { color: rgb(112,120,61); }

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

<style>
 a { background-color: #70783D; }

 a { background-color: rgb(112,120,61); }

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

<style>
 span { border-color: #70783D; }

 span { border-color: rgb(112,120,61); }

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