#70753D

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

Shades of Woodland #70753D

Tints of Woodland #70753D

Color information

#70753D (or 0x70753D) is unknown color: approx Woodland. HEX triplet: 70, 75 and 3D. RGB value is (112,117,61). Sum of RGB (Red+Green+Blue) = 112+117+61=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #70753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70753D is #8F8AC2. Grayscale: #6D6D6D. Windows color (decimal): -9407171 or 4027760. OLE color: 4027760.

HSL color Cylindrical-coordinate representation of color #70753D: hue angle of 65.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70753D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11211761-
CMYK0.0400.480.54
HSL65.36º31.46%34.9%-
HSV(B)65.36º47.86%45.88%-
XYZ13.8916.56.87-
YUV109.12100.84130.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=38.62%
G=40.34%
B=21.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117610.0400.480.5465.3631.4634.9
Hex70753D403036411f23
Octal160165754060661013743
Binary111000011101011111011000110000110110100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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