#707440

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

Shades of Hemlock #707440

Tints of Hemlock #707440

Color information

#707440 (or 0x707440) is unknown color: approx Hemlock. HEX triplet: 70, 74 and 40. RGB value is (112,116,64). Sum of RGB (Red+Green+Blue) = 112+116+64=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #707440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707440 is #8F8BBF. Grayscale: #6D6D6D. Windows color (decimal): -9407424 or 4224112. OLE color: 4224112.

HSL color Cylindrical-coordinate representation of color #707440: hue angle of 64.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707440 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11211664-
CMYK0.0300.450.55
HSL64.62º28.89%35.29%-
HSV(B)64.62º44.83%45.49%-
XYZ13.8516.317.27-
YUV108.88102.67130.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=38.36%
G=39.73%
B=21.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116640.0300.450.5564.6228.8935.29
Hex707440302D37411d23
Octal1601641003055671013543
Binary111000011101001000000110101101110111100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707440; }

 p { color: rgb(112,116,64); }

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

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

 a { background-color: rgb(112,116,64); }

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

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

 span { border-color: rgb(112,116,64); }

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