#707051

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

Shades of Hemlock #707051

Tints of Hemlock #707051

Color information

#707051 (or 0x707051) is unknown color: approx Hemlock. HEX triplet: 70, 70 and 51. RGB value is (112,112,81). Sum of RGB (Red+Green+Blue) = 112+112+81=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707051 is #8F8FAE. Grayscale: #6C6C6C. Windows color (decimal): -9408431 or 5337200. OLE color: 5337200.

HSL color Cylindrical-coordinate representation of color #707051: hue angle of 60º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707051 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB11211281-
CMYK000.280.56
HSL60º16.06%37.84%-
HSV(B)60º27.68%43.92%-
XYZ13.9615.6310.07-
YUV108.47112.5130.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=36.72%
G=36.72%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211281000.280.566016.0637.84
Hex707051001C383c1026
Octal160160121003470742046
Binary111000011100001010001001110011100011110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707051; }

 p { color: rgb(112,112,81); }

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

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

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

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

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

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

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