#707340

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

Shades of Hemlock #707340

Tints of Hemlock #707340

Color information

#707340 (or 0x707340) is unknown color: approx Hemlock. HEX triplet: 70, 73 and 40. RGB value is (112,115,64). Sum of RGB (Red+Green+Blue) = 112+115+64=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #707340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707340 is #8F8CBF. Grayscale: #6C6C6C. Windows color (decimal): -9407680 or 4223856. OLE color: 4223856.

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

Color convert

RGB11211564-
CMYK0.0300.440.55
HSL63.53º28.49%35.1%-
HSV(B)63.53º44.35%45.1%-
XYZ13.7416.087.23-
YUV108.29103.01130.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=38.49%
G=39.52%
B=21.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115640.0300.440.5563.5328.4935.1
Hex707340302C37401c23
Octal1601631003054671003443
Binary111000011100111000000110101100110111100000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707340; }

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

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

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

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

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

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

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

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