#6F7140

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

Shades of Hemlock #6F7140

Tints of Hemlock #6F7140

Color information

#6F7140 (or 0x6F7140) is unknown color: approx Hemlock. HEX triplet: 6F, 71 and 40. RGB value is (111,113,64). Sum of RGB (Red+Green+Blue) = 111+113+64=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7140 is #908EBF. Grayscale: #6B6B6B. Windows color (decimal): -9473728 or 4223343. OLE color: 4223343.

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

Color convert

RGB11111364-
CMYK0.0200.430.56
HSL62.45º27.68%34.71%-
HSV(B)62.45º43.36%44.31%-
XYZ13.3915.567.15-
YUV106.82103.84130.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=38.54%
G=39.24%
B=22.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113640.0200.430.5662.4527.6834.71
Hex6F7140202B383e1c23
Octal157161100205370763443
Binary11011111110001100000010010101111100011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,64); }

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

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

 a { background-color: rgb(111,113,64); }

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

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

 span { border-color: rgb(111,113,64); }

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