#6F703F

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

Shades of Hemlock #6F703F

Tints of Hemlock #6F703F

Color information

#6F703F (or 0x6F703F) is unknown color: approx Hemlock. HEX triplet: 6F, 70 and 3F. RGB value is (111,112,63). Sum of RGB (Red+Green+Blue) = 111+112+63=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #6F703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F703F is #908FC0. Grayscale: #6A6A6A. Windows color (decimal): -9473985 or 4157551. OLE color: 4157551.

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

Color convert

RGB11111263-
CMYK0.0100.440.56
HSL61.22º28%34.31%-
HSV(B)61.22º43.75%43.92%-
XYZ13.2515.336.96-
YUV106.12103.67131.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 63 (25% from 255) = 22.03%
R=38.81%
G=39.16%
B=22.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112630.0100.440.5661.222834.31
Hex6F703F102C383d1c22
Octal15716077105470753442
Binary110111111100001111111010110011100011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F703F; }

 p { color: rgb(111,112,63); }

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

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

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

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

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

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

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