#70773E

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

Shades of Woodland #70773E

Tints of Woodland #70773E

Color information

#70773E (or 0x70773E) is unknown color: approx Woodland. HEX triplet: 70, 77 and 3E. RGB value is (112,119,62). Sum of RGB (Red+Green+Blue) = 112+119+62=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #70773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70773E is #8F88C1. Grayscale: #6E6E6E. Windows color (decimal): -9406658 or 4093808. OLE color: 4093808.

HSL color Cylindrical-coordinate representation of color #70773E: hue angle of 67.37º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70773E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11211962-
CMYK0.0600.480.53
HSL67.37º31.49%35.49%-
HSV(B)67.37º47.9%46.67%-
XYZ14.1516.997.09-
YUV110.41100.68129.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=38.23%
G=40.61%
B=21.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119620.0600.480.5367.3731.4935.49
Hex70773E603035431f23
Octal160167766060651033743
Binary111000011101111111101100110000110101100001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,119,62); }

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

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

 a { background-color: rgb(112,119,62); }

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

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

 span { border-color: rgb(112,119,62); }

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